You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit file "test.txt" again
3 make a commit (1st commit)
if you now use "git checkout 1stcommit" you will be in detached head mode but no files are dirty(if all were previously commited)
in libgit2sharp if you do checkout(1stcommit) (sharef) you will be also in detached head mode BUT the files did not change and there are now dirty / did not change to the previous commit