Skip to content

Commit

Permalink
Remove mentions of color.ui = auto
Browse files Browse the repository at this point in the history
This has been the default since v1.8.4.

Signed-off-by: Felipe Contreras <[email protected]>
  • Loading branch information
felipec committed May 5, 2014
1 parent c3a8ce8 commit 5e3785b
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 23 deletions.
5 changes: 0 additions & 5 deletions downloads/es/github-git-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ Establece el nombre que desea esté anexado a sus transacciones de commit
Establece el e-mail que desea esté anexado a sus transacciones de commit


```$ git config --global color.ui auto```

Habilita la útil colorización del producto de la línea de comando


## Crear repositorios
Inicia un nuevo repositorio u obtiene uno de una URL existente

Expand Down
5 changes: 0 additions & 5 deletions downloads/github-git-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ Sets the name you want attached to your commit transactions
Sets the email you want attached to your commit transactions


```$ git config --global color.ui auto```

Enables helpful colorization of command line output


## Create repositories
Start a new repository or obtain one from an existing URL

Expand Down
5 changes: 0 additions & 5 deletions downloads/ja/github-git-cheat-sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ http://git-scm.com
コミット操作に付加されるあなたのeメールアドレスを設定します


```$ git config --global color.ui auto```

コマンドラインの出力を見やすくするため色を設定できます


## リポジトリの作成
新規リポジトリの作成もしくは既存のURLから取得します

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ layout: slide
tags: ['config']
---

# Colorize console output
$ git config --global color.ui auto

# Force files to be LF on Mac/Linux
$ git config --global core.autocrlf input

Expand Down
1 change: 0 additions & 1 deletion slides/git-foundations-impress.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
* `git config user.name`
* `git config user.email`
* `git config --global core.autocrlf <value>`
* `git config --global color.ui auto`


## commit
Expand Down
4 changes: 0 additions & 4 deletions workbooks/github-intermediate.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ $ git config --list
$ git config user.name
$ git config user.email
$ git config --global core.autocrlf <value>
$ git config --global color.ui auto
```


Expand Down Expand Up @@ -66,9 +65,6 @@ $ git config --global core.autocrlf input

# Set line endings to CRLF for Windows
$ git config --global core.autocrlf auto

# Set color display in the command prompt
$ git config --global color.ui auto
```

Reviewing all configuration
Expand Down

0 comments on commit 5e3785b

Please sign in to comment.