Skip to content

Commit

Permalink
Merge branch 'main' into feat/geat10-wf
Browse files Browse the repository at this point in the history
  • Loading branch information
universal-itengineer authored Sep 19, 2024
2 parents 69633c7 + bd1af9f commit 1510a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEW_BRANCH=feat/new-feat11
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 1510a32

Please sign in to comment.