Git Version Control Team Development

Pull before edit and push you code

git pull

View your current branch

git branch

Create and switch to created branch

git branch branchname
git checkout branchname

Merge, delete and push your code to server

git checkout master + git merge branchname
git branch -d branchname
git push origin branchname

发表评论

zh_CN简体中文