1. 程式人生 > >git 操作提交代碼

git 操作提交代碼

nbsp clas push span color style 提交 -m 代碼

git status
git branch
git add .
git status
git commit -m "/* 註釋 */"
git status
git branch
git push -u origin user
git checkout master
git branch
git merge user
git push
git checkout -b power
git branch

git 操作提交代碼