Skip to content

Commit

Permalink
feat: new-feat8
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Apr 11, 2024
1 parent 6344f9f commit c119abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NEW_BRANCH=feat/new-feat7
NEW_BRANCH=feat/new-feat8
COMMIT_MSG=$(echo $NEW_BRANCH | cut -d '/' -f2)
git swich main
git switch main
git pull
git checkout -b $NEW_BRANCH
git echo $NEW_BRANCH >> awesome.txt
Expand Down

0 comments on commit c119abf

Please sign in to comment.