Last active
August 20, 2019 14:16
-
-
Save dotenorio/f9ec3d0c87b98f99683ada7bd1db3673 to your computer and use it in GitHub Desktop.
git config --global -e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Fernando Migliorini Tenório | |
email = [email protected] | |
[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