Difference between revisions of "Git/reset"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Jump to navigation Jump to search
(Created page with "==Links== ===Documentation=== * [http://www.kernel.org/pub/software/scm/git/docs/git-reset.html manpage @ kernel.org]")
 
(action)
 
Line 1: Line 1:
 +
'''Action''': resets current HEAD to the specified state
 
==Links==
 
==Links==
 
===Documentation===
 
===Documentation===
 
* [http://www.kernel.org/pub/software/scm/git/docs/git-reset.html manpage @ kernel.org]
 
* [http://www.kernel.org/pub/software/scm/git/docs/git-reset.html manpage @ kernel.org]

Latest revision as of 21:40, 9 December 2014

Action: resets current HEAD to the specified state

Links

Documentation