git: Add fetch-tags-only alias
This commit is contained in:
@@ -16,7 +16,9 @@
|
|||||||
co = checkout
|
co = checkout
|
||||||
cow = checkout-worktree
|
cow = checkout-worktree
|
||||||
f = fetch
|
f = fetch
|
||||||
|
fetch-tags-only = fetch origin "refs/tags/*:refs/tags/*"
|
||||||
fixes = log -1 --pretty=fixes
|
fixes = log -1 --pretty=fixes
|
||||||
|
ft = fetch-tags-only
|
||||||
l = log
|
l = log
|
||||||
last-msg = commit-last-msg
|
last-msg = commit-last-msg
|
||||||
p = push
|
p = push
|
||||||
|
|||||||
Reference in New Issue
Block a user