Skip to content

Instantly share code, notes, and snippets.

@Yadunund
Created March 19, 2021 03:27
Show Gist options
  • Save Yadunund/7bd934363df89963ccb9829eb5fa932c to your computer and use it in GitHub Desktop.
Save Yadunund/7bd934363df89963ccb9829eb5fa932c to your computer and use it in GitHub Desktop.
Useful GIT commands
git rebase -i -x "git commit --amend --no-edit -s" HEAD~3 #(n=last 3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment