Created
December 28, 2023 09:24
-
-
Save hamonangann/7c89df35352e58c2500162f04a9e2c4b to your computer and use it in GitHub Desktop.
run by ./autogitcommit.sh commit-desc
This file contains 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 checkout -b $1 | |
git add src/ | |
git commit -m "$1" | |
git fetch upstream | |
git rebase -s resolve upstream/master | |
git push --force origin $(git rev-parse --abbrev-ref HEAD) | |
git checkout master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment