git reflog … your safety net
Even with the best repo you need some saving grace. Many thanks to git’s reflog
Posts tagged ‘git’
Even with the best repo you need some saving grace. Many thanks to git’s reflog
Great article on how to create and apply a patch with Git
In my setup I used the following:
From here I can merge into my master branch:
Now let’s apply the patch:
Wanna learn Git … watch some of these: http://www.gitcasts.com/episodes
or some reading: http://www.kernel.org/pub/software/scm/git-core/docs/v1.2.6/tutorial.html