Skip to content

Commit

Permalink
feat: run script.sh (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer authored Apr 11, 2024
1 parent 3bc6cd2 commit 26e4391
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
NEW_BRANCH=feat/new-feat7
COMMIT_MSG=$(echo $NEW_BRANCH | cut -d '/' -f2)
git swich main
git pull
git checkout -b $NEW_BRANCH
git echo $NEW_BRANCH >> awesome.txt
git add . && git commit -m "feat: $COMMIT_MSG" --signoff
git push --set-upstream origin $NEW_BRANCH

0 comments on commit 26e4391

Please sign in to comment.