Compare commits
No commits in common. "309450a92688d662d1e5cade55e9cf3ab41c1385" and "fbb1849b72817dc93dccad7dcc254d4ec7d8c978" have entirely different histories.
309450a926
...
fbb1849b72
|
@ -12,8 +12,7 @@
|
||||||
co = checkout
|
co = checkout
|
||||||
cn = checkout -b
|
cn = checkout -b
|
||||||
cm = commit -m
|
cm = commit -m
|
||||||
l = log --pretty='format:%h %G? %s%d' -n10 --graph --color
|
l = log --pretty='format:%h %G? %s%d' -n20 --graph --color
|
||||||
fixup = "!git log -n50 --pretty='format:%h %s' --no-merges | fzf | cut -c -7 | xargs -o git commit --fixup"
|
|
||||||
tags = tag -l
|
tags = tag -l
|
||||||
branches = branch -a
|
branches = branch -a
|
||||||
remotes = remote -v
|
remotes = remote -v
|
||||||
|
@ -26,8 +25,5 @@
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[rebase]
|
|
||||||
autosquash = true
|
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = store
|
helper = store
|
||||||
|
|
Loading…
Reference in New Issue