git 常用命令

git 常用命令

git add .

git commit --amend

git push --force-with-lease origin  dev_sz_message_0912_1_11111

git checkout -b test origin/test

git checkout master

git push origin test:test  // 提交本地test分支作为远程的test分支

git fetch

git rebase origin/dev

git cherry-pick commitid

git rebase -i HEAD~~

你可能感兴趣的:(git 常用命令)