Answers for "git action when push to branch that starts with on:push:branches:"

0

how to push current code to new branch git

git checkout -b my_new_branch
git commit
Posted by: Guest on September-29-2021
1

push local branch changes to remote branch

git push -u origin localBranch:remoteBranchToBeCreated
Posted by: Guest on November-04-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language