I've done a 'git --reset hard origin/master'
on a local branch so I'm expecting my local branch to match exactly to the remote one. However when I do a:
git log --graph --oneline --decorate --all
I get the following output at the top:
* dfd9bc6 (refs/stash) On z_tmp2: tmp1
|\
| * 49f3b6f index on z_tmp2: 84e2002 localconfig
|/
* 84e2002 localconfig
| * 1110f48 (origin/congo-3.1-stable) Boiler plate code to support
Commits 84e2002, 49f3b6f and dfd9bc6 appear to be local work which I though would've been wiped out by the 'reset --hard'
, but apparently I'm missing something.