Compare commits
No commits in common. "42bd21299b212146bd8d183b4d5541d175a76713" and "4d1c72748c8a7e1e70ee6bf25c1a1df578b75c1c" have entirely different histories.
42bd21299b
...
4d1c72748c
2 changed files with 5 additions and 13 deletions
|
@ -15,29 +15,20 @@
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
[alias]
|
[alias]
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
|
|
||||||
adog = log --all --decorate --oneline --graph
|
adog = log --all --decorate --oneline --graph
|
||||||
lg = log --graph --abbrev-commit --decorate --format=format:'%C(bold cyan)%h%C(reset) ->%C(bold yellow)%d%C(reset) %C(white)%s%C(reset) %C(green)(%ar)%C(reset) %C(dim white)- %an%C(reset)'
|
gl = config --global -l
|
||||||
last = log -1 HEAD --stat
|
last = log -1 HEAD --stat
|
||||||
ll = log --oneline
|
ll = log --oneline
|
||||||
|
|
||||||
st = status -sb
|
st = status -sb
|
||||||
s = status -s
|
s = status -s
|
||||||
dd = !git diff | delta
|
dd = !git diff | delta
|
||||||
sd = !git show | delta
|
sd = !git show | delta
|
||||||
|
|
||||||
co = checkout
|
co = checkout
|
||||||
cob = checkout -b
|
cob = checkout -b
|
||||||
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
|
|
||||||
|
|
||||||
undo = reset HEAD~1 --mixed
|
|
||||||
|
|
||||||
wip = !git add -A && git commit -m \"wip: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
|
||||||
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
|
# list aliases
|
||||||
la = "!git config -l | grep alias | cut -c 7-"
|
la = "!git config -l | grep alias | cut -c 7-"
|
||||||
gl = config --global -l
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
|
|
@ -2,8 +2,9 @@
|
||||||
format = "[$user]($style) on "
|
format = "[$user]($style) on "
|
||||||
|
|
||||||
[character]
|
[character]
|
||||||
success_symbol = "[λ](bold fg:#f5e0dc)[ 🠊](bold cyan)"
|
# success_symbol = "[-](bold green)[-](bold yellow)[>](bold cyan)"
|
||||||
error_symbol = "[λ](bold fg:red)[ !](bold red)"
|
success_symbol = "[>>=](bold fg:#f5e0dc)[|>](bold cyan)"
|
||||||
|
error_symbol = "[>>=](bold fg:red)[!!](bold red)"
|
||||||
|
|
||||||
[gcloud]
|
[gcloud]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
Loading…
Reference in a new issue