Git - allyusd/notebook GitHub Wiki
##push an existing repository from the command line
git remote add origin https://github.com/user/repo.git
git push -u origin master
Ref: Adding a remote
##A collection of .gitignore templates
##εͺζ³θ¦ζζ°ηθ³ζοΌδΈιθ¦ηζ§θηθ³ζ¬θ³ζζοΌε―δ»₯ε©η¨ depth εζΈοΌεζ―
git clone --depth 1 https://github.com/github/gitignore.git