mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add git aliases
This commit is contained in:
@@ -8,3 +8,12 @@
|
|||||||
status = auto
|
status = auto
|
||||||
[core]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
[alias]
|
||||||
|
st = status
|
||||||
|
co = checkout
|
||||||
|
cm = commit
|
||||||
|
br = branch
|
||||||
|
llog = log --date=local
|
||||||
|
changes = diff --name-status -r
|
||||||
|
diffstat = diff --stat -r
|
||||||
|
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||||
|
|||||||
Reference in New Issue
Block a user