Skip to content

Instantly share code, notes, and snippets.

@enapupe
Created February 2, 2017 13:13
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 enapupe/34ff6e264b6940f02f41223dbdb90a6e to your computer and use it in GitHub Desktop.
Save enapupe/34ff6e264b6940f02f41223dbdb90a6e to your computer and use it in GitHub Desktop.
[user]
email = enapupe@gmail.com
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