1
0
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:
Bastian Venthur
2021-01-26 18:47:47 +01:00
committed by GitHub
parent fa148da698
commit ef15b6cd8b
6 changed files with 0 additions and 48 deletions

View File

@ -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` してしまった、間違ったブランチをマージしてしまった、あるいは強制プッシュしてしまいコミットが見つけられない、といった状況です。