68568/how-to-create-branch-in-github-from-my-local-git-repo
Hi Guys,
I have one new branch in my local Git named dev1. I want to sync this branch in my GitHub repo. How can I do this from my local Git repo?
Hi@akhtar,
To sync your existing branch in GitHub, you have to tell your branch name to GitHub using git push command as follows.
$ git push --set-upstream origin dev1
Hope this will help.
Seems like you want to rebase your ...READ MORE
DRONE_PULL_REQUEST env variable holds the pull request ...READ MORE
Hi, Can someone tell me, how to use ...READ MORE
Hi@akhtar, To use git send-email service you have ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@akhtar, You can follow the below steps to ...READ MORE
Hi@akhtar, You need to check out the branch and ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.