Advertisement
GregersBoye

git-aliases

Apr 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. [alias]
  2.        st = status
  3.        ci = commit
  4.        br = branch
  5.        co = checkout
  6.        df = diff
  7.        lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
  8.        lga = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
  9. [push]
  10.        default = simple
  11. [core]
  12.        pager = less -S
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement