Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 129 Bytes

git-cheat-sheet.md

File metadata and controls

5 lines (3 loc) · 129 Bytes

git cheat sheet

  • git amend commit with another author

    git commit --amend -m "new comment" --author "New Author <email>"