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.
pull/315/head
Bastian Venthur 3 years ago committed by GitHub
parent fa148da698
commit ef15b6cd8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1929,14 +1929,6 @@ To set an email address that will be associated with each history marker:
git config --global user.email “[valid-email]”
```
### I want to add command line coloring for Git
To set automatic command line coloring for Git for easy reviewing:
```sh
$ git config --global color.ui auto
```
## I've no idea what I did wrong
So, you're screwed - you `reset` something, or you merged the wrong branch, or you force pushed and now you can't find your commits. You know, at some point, you were doing alright, and you want to go back to some state you were at.

@ -1564,14 +1564,6 @@ Pour configurer une adresse email qui sera associée à chaque ligne de l'histor
git config --global user.email “[adresse-email-valide]”
```
### Je veux ajouter une ligne de commande de coloration pour Git
Pour configurer la colorisation de ligne de commande automatique de Git afin de faciliter la relecture :
```sh
$ git config --global color.ui auto
```
## Je n'ai aucune idée de ce que j'ai mal fait
Donc, vous êtes fichu - vous avez `reset` quelque chose, ou vous avez fusionné la mauvaise branche, ou vous avez poussé de force et maintenant vous ne pouvez plus trouver vos commits. Vous savez qu'à un moment donné, tout allait bien, et vous voulez revenir à un état dans lequel vous étiez avant.

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

@ -1509,14 +1509,6 @@ $ git config --global user.name “[firstname lastname]”
git config --global user.email “[valid-email]”
```
### 깃에 명령어 색상을 넣고 싶어
손 쉬운 리뷰를 위한 깃 명령줄 자동 색상을 설정 하려면:
```sh
$ git config --global color.ui auto
```
## 뭘 잘못했는지 모르겠어
음, 망했군요. 뭔가를 `reset` 했거나, 다른 브랜치로 머지했거나, 지금은 찾질 못하는 커밋으로 강제 푸시를 해버렸군요.

@ -1855,14 +1855,6 @@ $ git config --global user.name “[firstname lastname]”
git config --global user.email “[valid-email]”
```
### Я хочу настроить цветовую схему для командной строки Git
Для наглядности можно настроить автоматическую цветовую схему командной строки Git:
```sh
$ git config --global color.ui auto
```
## Я не представляю что я сделал неправильно
Итак, Вы в затруднении - Вы сбросили что-то или Вы слили неправильную ветку, или Вы отправили изменения с принудительной перезаписью и теперь Вы не можете найти свои коммиты. Вы знаете, что в какой-то момент было всё в порядке и Вы хотите вернуться к этому состоянию.

@ -1567,14 +1567,6 @@ $ git config --global user.name “[firstname lastname]”
git config --global user.email “[valid-email]”
```
### Tôi muốn thêm màu cho command Git
Để thiết lập màu command tự động cho Git để dễ dàng xem lại:
```sh
$ git config --global color.ui auto
```
## Tôi không nghĩ mình đã làm gì sai
Vì vậy, bạn đang say - bạn `reset` vài thứ, hoặc bạn merge sai nhánh, hoặc bạn force push và bây giờ bạn không thể tìm thấy các commit của bạn. Bạn biết, tại một số thời điểm, bạn đã làm tốt, và bạn muốn quay trở lại trạng thái bạn đang ở đó.

Loading…
Cancel
Save