[GIT] 처음 커밋(https)

GIT을 처음 커밋 하는 경우. https 사용

$ git init
$ git remote add origin https://modunamu@bitbucket.org/modunamu/test-repo.git

$ git add .
$ git commit -m 'Initial commit with contributors'
$ git push -u origin master

modu namu

modu namu
Step by Step. GRIT!

[App] DB Browser for SQLite

DB Browser for SQLite 소개 Continue reading

[Django] slack 연동

Published on December 02, 2017