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

@ -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 ở đó.