mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
add alias for cloning a repo including all submodules
This commit is contained in:
parent
86de7a8d2e
commit
d69070268a
@ -92,6 +92,7 @@ if ! zstyle -t ':prezto:module:git:alias' skip 'yes'; then
|
||||
alias gf='git fetch'
|
||||
alias gfa='git fetch --all'
|
||||
alias gfc='git clone'
|
||||
alias gfcs='git clone --recurse-submodules'
|
||||
alias gfm='git pull'
|
||||
alias gfr='git pull --rebase'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user