Last active
August 21, 2022 02:16
-
-
Save bvolpato/76408c3105dcb7dfd9faafb086e23d7a to your computer and use it in GitHub Desktop.
git stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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