エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
bashでgitのブランチ名を表示 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
bashでgitのブランチ名を表示 - Qiita
参考サイト: http://blog.ruedap.com/2011/07/06/mac-terminal-git-branch-name gitcomprication.bash ... 参考サイト: http://blog.ruedap.com/2011/07/06/mac-terminal-git-branch-name gitcomprication.bash を配置 配置する場所はここ: /usr/local/git/contrib/completion/ gitcomprication.bashはここ: (Homebrewでgitを入れた場合) usr/local/Cellar/git/<gitのversionの数字>/etc/bash_completion.d/git-completion.bash 配置するためのディレクトリ作成とファイルの移動は以下の操作で行った。 mkdir -p /usr/local/git/contrib/completion/ mv git-completion.bash /usr/local/git/contrib/completi