git push, pull, remove branch

push new created branch to remote:

git push origin newbranch

 

delete local branch:

git branch newbranch -d

 

delete remote branch:

git push origin :newbranch

 

pull branch from remote:

git pull origin newbranch

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327058677&siteId=291194637