Skip to content

njspeer/GitNotes

Repository files navigation

GitNotes

How to take a working directory to Github

from a working directory:

  1. got to github.com and create a new repository (e.g. Logger.jl.git)
  2. -> git init
  3. -> git add .
  4. -> git commit -m 'first commit'
  5. -> git remote add origin git@github.com:njspeer/Logger.jl.git
  6. -> git push -u -f origin master

How to add a git submodule

git submodule add <git@github.com:njspeer/xXx.git>

About

Some Random Git/GitHub Notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages