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

Deleted feature branch

Amit Wankhade April 28, 2015

I had a stash on a feature branch which I deleted. Is there any way to get those stashed changes?

1 answer

3 votes
Adam
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 28, 2015

You mean `git stash`? Those are global - you can restore them on top of any commit. Just run `git stash pop` to apply the latest one to your current working directory.

If you want to get your actual committed changes back, try looking at your reflog (`git reflog`) to see a list of how you've moved your working directory around. Until git does a garbage collection, you can still checkout a commit by its SHA hash. So find the has in the log and try to check it out. Then you can create a new branch based on it to save it.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events