間違いだらけの備忘録

このページの内容は無保証でありこのページの内容によって直接、または間接に損害を受けられたとしても私は責任を取りません。

2015-09-14から1日間の記事一覧

git log でdiffも表示する

git

git log -p http://heart-shaped-chocolate.hatenablog.jp/entry/2013/07/16/035104 めも

特定commitが含まれているブランチを見つける

git

http://keijinsonyaban.blogspot.jp/2010/11/git-tips.html git branch --contains 50f3754

ブランチのワイルドカード削除の替わり

git

http://qiita.com/ozash/items/2c2c49dae98e764b0d14 git branch | grep feature | xargs git branch -Dめも

commitに含まれるファイルを表示

git

http://stackoverflow.com/questions/424071/how-to-list-all-the-files-in-a-commit git show --pretty="format:" --name-only ハッシュめも

git remote add --tags

git

https://www.kernel.org/pub/software/scm/git/docs/git-remote.html めも、未検証 tagだけpushされていて、ブランチがpushされていないケースに対応できる?

このページにはhatena以外のサービスからのコンテンツが埋め込まれています。 hatenaによりGoogle AdSense 広告が埋め込まれています。