2009-04-24から1日間の記事一覧

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

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