Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created November 15, 2013 00:41
Show Gist options
  • Select an option

  • Save ingydotnet/7477181 to your computer and use it in GitHub Desktop.

Select an option

Save ingydotnet/7477181 to your computer and use it in GitHub Desktop.
subtree
git subtree add --prefix .vim/bundle/tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git master --squash
git subtree pull --prefix .vim/bundle/tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git master --squash
git remote add durdn-vim-surround ssh://git@bitbucket.org/durdn/vim-surround.git
git subtree push --prefix=.vim/bundle/tpope-vim-surround/ durdn-vim-surround master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment