SHARE
TWEET

Untitled




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- [alias]
- st = status
- ci = commit
- br = branch
- co = checkout
- df = diff
- lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
- who = shortlog -s --
- [push]
- default = current
- [merge]
- tool = /Users/maumercado/.git-diff-cmd.sh
- [diff]
- external = /Users/maumercado/.git-diff-cmd.sh
- [filter "media"]
- clean = git-media-clean %f
- smudge = git-media-smudge %f
- [filter "lfs"]
- clean = git-lfs clean -- %f
- smudge = git-lfs smudge -- %f
- process = git-lfs filter-process
- required = true
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.