gitのログコマンドでツリー状で表示させる
git logでツリー状の良い感じの表示を実現するコマンドオプションをエイリアスに登録する。
git config alias.all-log "log --oneline --decorate --graph --branches --tags --remotes"
よくチュートリアルのなどで git clone git checkout なんて ...
.gitignoreファイル 更新していますか? 扱うプロジェクトが多いと、エデ ...
RhodeCodeというのは、 Githubのような雰囲気のソース共有サーバを構 ...
CentOS 5.9 には、標準状態ではyumでgitをインストール出来ない模様 ...
git log -S"production" コミットで、p ...