This commit is contained in:
Lev
2021-09-03 23:21:45 -05:00
parent c87489e203
commit 83c9c6a490

View File

@ -14,4 +14,7 @@ Commit a file (all -a, -m Message)
git commit -a -m "My message"
Undo a commit
git --amend
git --amend
Show commit log
git log