- got to github.com and create a new repository (e.g. Logger.jl.git)
- -> git init
- -> git add .
- -> git commit -m 'first commit'
- -> git remote add origin git@github.com:njspeer/Logger.jl.git
- -> git push -u -f origin master
git submodule add <git@github.com:njspeer/xXx.git>