Skip to content

Instantly share code, notes, and snippets.

@vinchi777
Last active August 29, 2015 13:56
Show Gist options
  • Save vinchi777/9339501 to your computer and use it in GitHub Desktop.
Save vinchi777/9339501 to your computer and use it in GitHub Desktop.
gitconfog
[alias]
br = branch
st = status
lg = log
co = checkout
ca = commit --amend
ign = ls-files -o -i --exclude-standard
sdf = diff-tree --no-commit-id --name-only -r
author = log --no-merges --stat --author="jude" --name-only --pretty=format:"" #show all files edited by jude
[core]
editor = vim
excludesfile = /Users/judecalimbas/.gitignore_global
[color]
ui = auto
[color "branch"]
remote = yellow
[user]
email = jude_calimbas@yahoo.com
name = vinchi777
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment