Skip to content

Instantly share code, notes, and snippets.

@nmenag
Last active January 28, 2020 00:30
Show Gist options
  • Save nmenag/f5841edf18c61d9d565c to your computer and use it in GitHub Desktop.
Save nmenag/f5841edf18c61d9d565c to your computer and use it in GitHub Desktop.
Configuration git
1. Install https://ohmyz.sh/
```bash
[user]
email = nmena.garzon@gmail.com
name = nmenag
[color]
status = auto
branch = auto
diff = auto
interactive = auto
ui = auto
[core]
editor = nano -w
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment