diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-10-16 18:00:42 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-10-16 18:00:42 +0200 |
| commit | ff592ac6896faea83a93d82a62f682932e88e21a (patch) | |
| tree | bb1702f4fe9f92afcb03d7e2f24d7ec976ac3890 /guides/setups/dotfiles.md | |
| parent | 455514faff9560b1b790f3113e6831f739c01646 (diff) | |
| download | memory-leaks-ff592ac6896faea83a93d82a62f682932e88e21a.tar.xz | |
Update setup notes
Diffstat (limited to 'guides/setups/dotfiles.md')
| -rw-r--r-- | guides/setups/dotfiles.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/guides/setups/dotfiles.md b/guides/setups/dotfiles.md index c51f4cb..5cb0637 100644 --- a/guides/setups/dotfiles.md +++ b/guides/setups/dotfiles.md @@ -13,10 +13,11 @@ alias sudo='sudo ' ``` ini [user] - name = … - email = … + name = … # Not needed if GECOS field is set in /etc/passwd. + email = … # Not needed if $EMAIL is set. [alias] root = rev-parse --show-toplevel forget = update-index --assume-unchanged remember = update-index --no-assume-unchanged + wut = log --branches --decorate --graph --oneline ``` |
