Skip to content

Instantly share code, notes, and snippets.

@imjhk03
Last active May 16, 2024 14:34
Show Gist options
  • Save imjhk03/6157a5149ce30f25f106f089421baef9 to your computer and use it in GitHub Desktop.
Save imjhk03/6157a5149ce30f25f106f089421baef9 to your computer and use it in GitHub Desktop.
Git Cheat Sheet
// Changing the most recent commit message
1. Run 'git commit --amend' in terminal
2. Edit the commit message
3. Save and close the opened default text editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment