dorian-marchal·5 jaar geleden·discussUnfortunately, 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·discussAlso, one advantage of `git pull origin master:master` is that you don't have to checkout master first.