Created
June 22, 2016 15:41
-
-
Save knarz/2b66466a62ee965208055bb8f7bbc766 to your computer and use it in GitHub Desktop.
remove vendor submodules from golang repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git ls-files --stage|grep "^16" # show all submodules | |
git rm --cached -r vendor && git add vendor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment