Compare commits
No commits in common. "17a5a0e946d28cc71172bf7f2f64877d7801bd23" and "854df7bc220e343584a9c54a135decb3216f7f9b" have entirely different histories.
17a5a0e946
...
854df7bc22
8
config
8
config
@ -15,9 +15,6 @@
|
||||
prepare = rebase -i --fork-point
|
||||
|
||||
list = branch
|
||||
local = !git branch -vv | \
|
||||
cut -c 3- | \
|
||||
awk '$3 !~/\\[/ { print $1 }'
|
||||
create = checkout -b
|
||||
delete = branch -D
|
||||
refname = rev-parse --abbrev-ref HEAD
|
||||
@ -28,9 +25,8 @@
|
||||
|
||||
changes = !sh -c 'git log --oneline $1..' --
|
||||
touched = diff-tree --no-commit-id --name-only -r
|
||||
tree = log --graph --format=format:'%C(yellow)%h%C(reset) \
|
||||
%C(blue)%aD%C(reset) %C(green)(%ar)%C(reset)%C(bold)%d%C(reset)%n \
|
||||
%C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
|
||||
tree = log --graph --abbrev-commit --oneline --decorate \
|
||||
--format=format:'%C(yellow)%h%C(reset) %C(blue)%aD%C(reset) %C(green)(%ar)%C(reset)%C(bold)%d%C(reset)%n %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
|
||||
|
||||
save = commit -am "temp!"
|
||||
load = !sh -c '[ \"temp!\" = \"`git show --format=%s --no-patch`\" ] && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user