Skip to content

Commit

Permalink
feat: new-feat9
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Sep 19, 2024
1 parent 23a9280 commit 896ea76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEW_BRANCH=feat/new-feat8
NEW_BRANCH=feat/new-feat9
COMMIT_MSG=$(echo $NEW_BRANCH | cut -d '/' -f2)
git swich main
git pull
# 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
Expand Down

0 comments on commit 896ea76

Please sign in to comment.