Skip to content

Instantly share code, notes, and snippets.

@bvolpato
Last active August 21, 2022 02:16
Show Gist options
  • Save bvolpato/76408c3105dcb7dfd9faafb086e23d7a to your computer and use it in GitHub Desktop.
Save bvolpato/76408c3105dcb7dfd9faafb086e23d7a to your computer and use it in GitHub Desktop.
git stuff
# git credit
git commit --amend --author "Author <email>" -C HEAD
# git rebase for branch
git rebase -i {base-branch}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment