'Git'에 해당되는 글 1건

  1. 2014.04.15 github 사용

github 사용

Git 2014. 4. 15. 23:19

1. git 설정

touch README.md

git init

git add README.md

git commit -m "first commit"

git remote add origin https://github.com/*****/lsk-3.4.47.git

git push -u origin master


2. Remote branch 생성

 git push origin mybranch


3. Remote branch 삭제

 git push origin :mybranch

Posted by 깍수
,