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:
6
.config/zsh/autoload/git/git-ssync
Executable file
6
.config/zsh/autoload/git/git-ssync
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
emulate -L zsh -o err_return
|
||||
|
||||
git submodule sync --recursive
|
||||
git submodule update --init --recursive
|
||||
Reference in New Issue
Block a user