git
lissanwen
这个作者很懒,什么都没留下…
展开
-
Git Rebase
[b]Do not rebase commits that you have pushed to a public repository.[/b] $ git checkout experiment $ git rebase master First, rewinding head to replay your work on top of it... Applying: adde...原创 2011-06-07 12:52:01 · 98 阅读 · 0 评论 -
Git Tips
git remote show origin git config -l git blame models/user.rb git branch -a #List both remote-tracking branches and local branches. git var -l git diff --cached #git diff --cached to see what you...原创 2011-06-10 15:41:15 · 92 阅读 · 0 评论