We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 212ded7 commit 60d8554Copy full SHA for 60d8554
config/git/config
@@ -92,6 +92,8 @@
92
fetch-upstream = fetch --prune --tags upstream
93
fixup = "!f() { TARGET=$(git rev-parse "$1"); git commit --fixup=$TARGET ${@:2} && EDITOR=true git rebase -i --autostash --autosquash $TARGET^; }; f"
94
graph = log --graph --remotes --branches --tags --decorate --pretty=graph-format
95
+ in-branch = branch --contains
96
+ in-tag = tag --contains
97
lfs-checkout = !git checkout && git lfs pull
98
lfs-pull = !git pull && git lfs pull
99
pull-all = pull --all --prune --tags
@@ -109,7 +111,6 @@
109
111
update-submodule = submodule update --init --recursive
110
112
update-all = !git pull-all; git update-submodule
113
unstage = reset HEAD --
- ver-contains = tag --contains
114
115
116
[filter "lfs"]
0 commit comments