2014-11-30から1日間の記事一覧

gitで、昔のrevisionのファイルを閲覧する

git

Is there a quick git command to see an old version of a file? - Stack Overflowが参考になります。 方法1: コマンドラインを使う 以下のようにgit showコマンドを使います。 $ git show REVISION:path/to/file 例えば以下のように書きます。 $ git show …