Horje
git reset initial commit Code Example
git reset to commit
# reset to specefic commit
git reset --hard <commit id>

# to go back one step 
git reset --hard HEAD~1

# note: use --soft to keep file changes
git reset initial commit
git update-ref -d HEAD
reset to commit
# rollback to commit state
git revert --no-commit 0766c053..HEAD
git commit
reset to commit
# This will detach your HEAD, that is, leave you with no branch checked out:
git checkout 0d1d7fc32
reset commit git
reset commit




Shell

Related
curl : Depends: libcurl3-gnutls Code Example curl : Depends: libcurl3-gnutls Code Example
git bash terminal weird characters Code Example git bash terminal weird characters Code Example
trim video linux Code Example trim video linux Code Example
install adobe reader on Ubuntu Code Example install adobe reader on Ubuntu Code Example
uninstall django ubuntu Code Example uninstall django ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12