2009-04-01から1ヶ月間の記事一覧

gitで以前からアップデートされた変更のdiffをすべてみる*2

$ git remote update $ git rebase origin/master $ git whatchanged -p HEAD@{1}..HEAD