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