diff --git a/README.md b/README.md index 9109dec..1d1d244 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_fr.md b/README_fr.md index a875451..7ff12c3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. diff --git a/README_ja.md b/README_ja.md index 51484c9..55d820b 100644 --- a/README_ja.md +++ b/README_ja.md @@ -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` してしまった、間違ったブランチをマージしてしまった、あるいは強制プッシュしてしまいコミットが見つけられない、といった状況です。 diff --git a/README_kr.md b/README_kr.md index 315f084..f2dc5f1 100644 --- a/README_kr.md +++ b/README_kr.md @@ -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` 했거나, 다른 브랜치로 머지했거나, 지금은 찾질 못하는 커밋으로 강제 푸시를 해버렸군요. diff --git a/README_ru.md b/README_ru.md index 530cdc1..6e9a124 100644 --- a/README_ru.md +++ b/README_ru.md @@ -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 -``` - ## Я не представляю что я сделал неправильно Итак, Вы в затруднении - Вы сбросили что-то или Вы слили неправильную ветку, или Вы отправили изменения с принудительной перезаписью и теперь Вы не можете найти свои коммиты. Вы знаете, что в какой-то момент было всё в порядке и Вы хотите вернуться к этому состоянию. diff --git a/README_vi.md b/README_vi.md index 1be5e2f..52a3eac 100644 --- a/README_vi.md +++ b/README_vi.md @@ -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 ở đó.