mirror of https://github.com/cheat/cheat.git
Minor addition to git cheatsheet
This commit is contained in:
parent
ae45265317
commit
51b0b12663
|
@ -20,6 +20,7 @@ git commit --amend
|
||||||
# Git commit in the past
|
# Git commit in the past
|
||||||
git commit --date="`date --date='2 day ago'`"
|
git commit --date="`date --date='2 day ago'`"
|
||||||
git commit --date="Jun 13 18:30:25 IST 2015"
|
git commit --date="Jun 13 18:30:25 IST 2015"
|
||||||
|
# more recent versions of Git also support --date="2 days ago" directly
|
||||||
|
|
||||||
# To removed staged and working directory changes
|
# To removed staged and working directory changes
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
Loading…
Reference in New Issue