Poison

Git notes

submodule
1
2
git submodule init
git submodule update
push a new local branch to a remote Git repository and track it too
1
git push -u origin <branch>
change remote origin
1
2
git remote rm origin
git remote add origin git@github.com:username/myapp.git