Skip to content

Instantly share code, notes, and snippets.

@alduro
Created June 26, 2017 18:44
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 alduro/e3c82b2c82a3243a1c3ac76f992896c3 to your computer and use it in GitHub Desktop.
Save alduro/e3c82b2c82a3243a1c3ac76f992896c3 to your computer and use it in GitHub Desktop.
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
update-from = "!f() { git fetch $1 --prune; git merge --ff-only $1/$2 || git rebase --preserve-merges $1/$2; }; f"
[user]
name = Aldo Nievas
email = aldo@satio.com.ar
[core]
autocrlf = input
excludesfile = /Users/aldo/.gitignore_global
[push]
default = current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment