Created
October 26, 2021 13:18
-
-
Save billypchan/48eba42173c9e60a62c5d3d481cc81dd to your computer and use it in GitHub Desktop.
Create dummy Github PR and make a comment on bash
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 checkout develop | |
git pull | |
echo "Time: $(date)." > a.txt | |
cleanGitBranch.sh | |
git branch chore/bump | |
git checkout chore/bump | |
git add . | |
git commit -m"dummy" | |
git push --set-upstream origin chore/bump | |
gh pr create --title "dummy" --body "bump for components" | |
gh pr comment chore/bump --body "release major" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment