"vscode:/vscode.git/clone" did not exist on "c7185c35f35d5c9a57a48815d379c5b1be47cd8a"
Commit 14a18773 authored by Tristan Carel's avatar Tristan Carel
Browse files

New plugin git-svn installing git project

git-svn-clone-externals
parent 2e949296
git-svn-clone-externals
if ! [ -d "$ZSH/plugins/git-svn/git-svn-clone-externals" ] ;then
git clone https://github.com/andrep/git-svn-clone-externals.git
fi
export PATH="$ZSH/plugins/git-svn/git-svn-clone-externals:$PATH"
function git_svn_update {
(cd "$ZSH/plugins/git-svn/git-svn-clone-externals" && \
git pull origin master)
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment