Open zzly00 opened 6 years ago
git branch {new1}
git checkout {new1}
git add .
git commit -m ""
git push
git push --set-upstream origin {new1}
git pull origin master
git branch -d {new1}
git branch -v
git diff
git status
git log
交作業流程:
git branch {new1}
git checkout {new1}
git add .
git commit -m ""
git push
git push --set-upstream origin {new1}
git pull origin master
git branch -d {new1}
額外的git語法
git branch -v
git diff
git status
git log