Quantcast
Channel: Programming Archives - SysTutorials
Viewing all articles
Browse latest Browse all 130

Git Submodule Cheat Sheet

$
0
0
I summarize some commonly used commands that I find useful for working with git submodule. For the list of full commands, check the git submodule manual. In the following commands, I take scala-mode2 as an example as the submodule. Add a submodule git submodule init git submodule status git submodule add -f git@example.com/the-repo ./the-repo Get […]

Viewing all articles
Browse latest Browse all 130

Trending Articles