Answers for "how to push to a new branch in gitlab"

0

how to push to a new branch in gitlab

git push origin $feature_name
Posted by: Guest on September-13-2021
0

how to push to a new branch in gitlab

git commit -am "My feature is ready"
Posted by: Guest on September-13-2021
0

how to push to a new branch in gitlab

git clone [email protected]:project-name.git
Posted by: Guest on September-13-2021
0

how to push to a new branch in gitlab

git checkout -b $feature_name
Posted by: Guest on September-13-2021

Code answers related to "how to push to a new branch in gitlab"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language