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