Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [alias]
  2. lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
  3. s = status -s
  4. hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph--date=short
  5. filelog = log -u
  6. dl = "!git ll -1"
  7. dlc = diff --cached HEAD^
  8. mergec = merge --no-ff --no-commit
  9. gclean = clean -d -f -f
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement