Created
February 2, 2017 13:13
-
-
Save enapupe/34ff6e264b6940f02f41223dbdb90a6e to your computer and use it in GitHub Desktop.
This file contains 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] | |
email = [email protected] | |
name = enapupe | |
[push] | |
default = current | |
[core] | |
excludesfile = ~/.gitignore_global | |
pager = diff-so-fancy | less --tabs=4 -RFX | |
editor = subl -n -w | |
[alias] | |
co = checkout | |
statu = status | |
statua = status | |
stauts = status | |
stuts = status | |
stats = status | |
psuh = push | |
up = "!git remote update -p; git merge --ff-only @{u}" | |
dfhd = "diff HEAD --" | |
dfs = "diff --staged" | |
fds = "diff --staged" | |
pushf = push --force-with-lease | |
aliases = config --get-regexp alias | |
emenda = commit --amend --no-edit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment