mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-16 21:01:45 -03:00
Removed hint configure color.ui auto: (#311)
color.ui defaults to "auto" since git version 1.8.4 from August 2013 (https://github.com/git/git/releases/tag/v1.8.4) so it is probably not needed to set this option anymore.
This commit is contained in:
@ -2060,14 +2060,6 @@ $ git config --global user.name “[firstname lastname]”
|
||||
git config --global user.email “[valid-email]”
|
||||
```
|
||||
|
||||
### Git のコマンドラインに色をつけたい
|
||||
|
||||
レビューの際に見やすいようコマンドラインに自動で色を付けるには、次を実行します。
|
||||
|
||||
```sh
|
||||
$ git config --global color.ui auto
|
||||
```
|
||||
|
||||
## 何を間違ったかわからないとき
|
||||
|
||||
何かやらかした場合です。つまり、何かを `reset` してしまった、間違ったブランチをマージしてしまった、あるいは強制プッシュしてしまいコミットが見つけられない、といった状況です。
|
||||
|
Reference in New Issue
Block a user