HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dorian-marchal

no profile record

comments

dorian-marchal
·5 jaar geleden·discuss
Unfortunately, it is still very easy to lose data, e.g. by trying to undo a temporary commit with `git reset --hard HEAD^` (note the --hard option) before committing your changes.
dorian-marchal
·5 jaar geleden·discuss
Also, one advantage of `git pull origin master:master` is that you don't have to checkout master first.