Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

User accidentally killed a branch in Git. Is there a way to get it back?

Zakir Sikder April 18, 2016

User accidentally killed a branch in Git.  Is there a way to get it back?

Please advise.

6 answers

1 accepted

1 vote
Answer accepted
Rahul Mohan April 18, 2016

the easiest way would be to see if anyone else has a local copy of that branch in their local and you can ask them to push that copy into remote repo.

0 votes
Shamvil Raza April 18, 2016

The only possible way is to ask your fellow developer who might have that branch locally. 

0 votes
Zakir Sikder April 18, 2016

git push remotes/origin/release/1.1.2 bugfix/XCPPP-1528-radius-no-protocol-or-message

fatal: 'remotes/origin/release/1.1.2' does not appear to be a git repository

fatal: Could not read from remote repository.

 

Please make sure you have the correct access rights (I have given the user write permission on the branch). 

and the repository exists.

Rahul Mohan April 18, 2016

this does not seem to look like a proper path to the branch

just try

git push origin branchname

Zakir Sikder April 18, 2016

Great, Thank you!

0 votes
Zakir Sikder April 18, 2016

Ok, great thanks! 

With the first step you mentioned, how to push the local copy to remote repo. 

Please advise. 

Rahul Mohan April 18, 2016

if you can find a person with the local copy you can run the below command

 

git checkout branch name

to be on the branch that needs to be pushed

git push -f origin/branchname

0 votes
Rahul Mohan April 18, 2016

the other option is to check if you have a back up team who does back of the stash system every day and ask them to retrieve the only the info of that branch from the repo id in STASH

 

if you can ask then to get to this folder and get the backup of the branch in this folder , this would give you the branch back

in the stash server, go to this path

where 4927 is the repo id of my repo

you can find that in STASH login

 

data/repositories/4927/refs/heads

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events