Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [alias]
- co = checkout
- ci = commit
- st = status
- d = diff
- dc = diff --cached
- rb = rebase -p
- up = "!git fetch origin && git rb origin/$(git_current_branch)"
- mb = merge --no-ff
- br = "!git log --no-walk --date-order --oneline --decorate $(git rev-list --branches --no-walk)"
- b = branch
- cf = show --pretty="format:" --name-only
- l = log --graph --decorate --oneline --all
- lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset' --abbrev-commit
- lol = log --graph --decorate --pretty=oneline --abbrev-commit
- lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
- ls = ls-files
- permission-reset = "!git diff -p | grep -E '^(diff|old mode|new mode)' | sed -e 's/^old/NEW/;s/^new/old/;s/^NEW/new/' | git apply"
- test = "!cd tests && phpunit && cd .."
- split = "!./split.sh"
- log2 = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Advertisement
Add Comment
Please, Sign In to add comment