Please enable JavaScript.
Coggle requires JavaScript to display documents.
git (reset (git reset --soft (move the ref but leave the current code as…
git
reset
-
git reset --hard
change everything to certain commit including the current code, no staged change afterward
-
-
-
tips
get a git reference link by go to that repo and select the line you want to referenced (in the correct file of course) and copy the url >> use this url as reference link
-