[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
Reading time ~1 minute
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
DB Browser for SQLite 소개 Continue reading