git: Add filter-repo as alias

This commit is contained in:
2022-02-03 18:47:24 +01:00
parent 8c1f4b20f5
commit 7252bee741

View File

@@ -3,6 +3,7 @@
detachedHead = off
[alias]
branches = track
filter-repo = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/git/git-filter-repo/git-filter-repo\""
fixes = log -1 --pretty=fixes
root = rev-parse --show-toplevel
spull = "!__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull"