Skip to content

Instantly share code, notes, and snippets.

@dotenorio
Last active August 20, 2019 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dotenorio/f9ec3d0c87b98f99683ada7bd1db3673 to your computer and use it in GitHub Desktop.
Save dotenorio/f9ec3d0c87b98f99683ada7bd1db3673 to your computer and use it in GitHub Desktop.
git config --global -e
[user]
name = Fernando Migliorini Tenório
email = dotenorio@gmail.com.br
[alias]
co = checkout
cb = checkout -b
ca = checkout -a
br = branch
ci = commit
st = status
ss = status -s
ft = fetch
pl = pull
ps = push
ad = add .
cm = commit -m
in = init
lg = log --pretty='> %Cred%h %Creset| %Cgreen%s%Creset | %Cblue%an%Creset - %ar' -10
rv = remote -v
df = diff
[push]
default = current
[pull]
default = current
[http]
lowSpeedLimit = 1000
lowSpeedTime = 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment