码迷,mamicode.com
首页 > 其他好文 > 详细

git rebase

时间:2019-01-17 15:17:07      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:delete   ref   file   include   origin   ORC   test   remote   mit   

check git status

  • git status
  • git log --oneline
  • git reflog
  • git remote -vv
  • git branch

reset special version

  • git reset --hard {version_number}

push to origin (new changes includes file_add/modify and branch_new/delete)

  • git push -u upstream test_ceiling_timeout

rebase

  • git rebase -i HEAD~2
  • modify commands, and wq!
  • modify commit message, and wq!
  • git add .
  • git rebase --continue
  • git push --force -u upstream test_ceiling_timeout

git rebase

标签:delete   ref   file   include   origin   ORC   test   remote   mit   

原文地址:https://www.cnblogs.com/vivivi/p/10281863.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!