git常用命令

git add .
git add src
git commit -m 'xxx'
git init
git remote url
git push origin master
ls -a
git checkout branchName
git branch newBranch
git branch
git push origin branchName
git merge branchName

posted @ 2020-05-30 14:12  insense  阅读(99)  评论(0)    收藏  举报