git:spull: Rename to ssync

As I rarely use git-pull(1) and instead fetch and act manually, I'd
rather have it to just sync the submodules.
This commit is contained in:
2022-05-14 16:12:23 +02:00
parent 706c55acc1
commit 3512199fce
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
filter-repo = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/git/git-filter-repo/git-filter-repo\"" filter-repo = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/git/git-filter-repo/git-filter-repo\""
flog = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/glog\"" flog = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/glog\""
signoff = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-signoff\"" signoff = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-signoff\""
spull = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-spull\"" ssync = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-ssync\""
track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\"" track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\""
[blame] [blame]
date = short date = short

View File

@@ -2,6 +2,5 @@
emulate -L zsh -o err_return emulate -L zsh -o err_return
git pull "$@"
git submodule sync --recursive git submodule sync --recursive
git submodule update --init --recursive git submodule update --init --recursive