create a branch command
$ git checkout -b [name_of_your_new_branch]
create a branch command
$ git checkout -b [name_of_your_new_branch]
create a branch command
$ git remote add [name_of_your_remote] [name_of_your_new_branch]
create a branch command
$ git push [name_of_your_new_remote] [url]
create a branch command
$ git push origin :[name_of_your_new_branch]
create a branch command
$ git branch -a
create a branch command
$ git branch -d [name_of_your_new_branch]
create a branch command
$ git fetch [name_of_your_remote]
create a branch command
$ git push origin [name_of_your_new_branch]
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us