fix(git): fix repository detection in `gccd` function (#12023)

Fixes #12023
master
Marc Cornellà 3 years ago
parent 632ed413a9
commit b6bb133f23
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 2
      plugins/git/git.plugin.zsh

@ -166,6 +166,8 @@ alias gclean='git clean --interactive -d'
alias gcl='git clone --recurse-submodules'
function gccd() {
setopt localoptions extendedglob
# get repo URI from args based on valid formats: https://git-scm.com/docs/git-clone#URLS
local repo="${${@[(r)(ssh://*|git://*|ftp(s)#://*|http(s)#://*|*@*)(.git/#)#]}:-$_}"

Loading…
Cancel
Save