Questions tagged as 'commit'

1
answer

New Git repository from another

I have a Git 'git1' repository that has about 35,000 commits. I need to create a new repository 'git2' that contains the last 1,000 commits of git1, is there any way to do this ?? Thanks in advance.     
asked by 04.12.2017 / 23:34
0
answers

Retrieve lost commit from GIthub [closed]

I have a very serious problem. Working in my repository have lost commits , and I need to return the repo to a specific commit . It is a repository of a simple web that I was doing. The API shows the commit that I want to return (see...
asked by 12.11.2016 / 03:07
2
answers

Transaction count after EXECUTE indicates a mismatching number of BEGIN and COMMIT statements. Previous count = 3, current count = 4

In the following procedure stored in sql server 2012, I get the following error when I execute it with the statement: EXEC DBRepStage.dbo.spDesbloquear '172011235114','2016-03-03 09:32:52.000','xxxx','03/03/2016 11:15:53' The result is:...
asked by 18.05.2016 / 19:16