git: Add filter-repo as alias
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
detachedHead = off
|
detachedHead = off
|
||||||
[alias]
|
[alias]
|
||||||
branches = track
|
branches = track
|
||||||
|
filter-repo = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/git/git-filter-repo/git-filter-repo\""
|
||||||
fixes = log -1 --pretty=fixes
|
fixes = log -1 --pretty=fixes
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
spull = "!__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull"
|
spull = "!__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull"
|
||||||
|
|||||||
Reference in New Issue
Block a user