I have some issue with my laptop. It will get replaced but i have data which is committed on all the branches and not pushed to remote. Will I loose all the branches data?
Asked
Active
Viewed 140 times
1 Answers
1
Yes you will lose the data. Committed changes are stored in local repo .git folder. You will need to push to an upstream server or take a copy of the .git folder to not lose the data.

Phillip Ngan
- 15,482
- 8
- 63
- 79