Compare commits
2 Commits
fbb1849b72
...
309450a926
Author | SHA1 | Date |
---|---|---|
fanyx | 309450a926 | |
fanyx | a5066d8e67 |
|
@ -12,7 +12,8 @@
|
|||
co = checkout
|
||||
cn = checkout -b
|
||||
cm = commit -m
|
||||
l = log --pretty='format:%h %G? %s%d' -n20 --graph --color
|
||||
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"
|
||||
tags = tag -l
|
||||
branches = branch -a
|
||||
remotes = remote -v
|
||||
|
@ -25,5 +26,8 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[rebase]
|
||||
autosquash = true
|
||||
|
||||
[credential]
|
||||
helper = store
|
||||
|
|
Loading…
Reference in New Issue