티스토리 뷰

git local repository 생성

 

 

c:\practice\html_01 을 git local repository로 생성하고

해당 폴더에 있는 파일 한개를 commit하는 과정을 비디오로 찍어봤다.

 

 

git remote repository 생성 at bitbucket

 

 

bitbucket.com 에 remote repository 생성하는 과정을 찍어보았다.

 

1.http://bitbucket.com 접속

2.로그인

3.remote repository 생성

 

자주 쓰는 git command

ssh-keygen -t rsa -C "oceanfog1@gmail.com"

ssh git@github.com

 

git init

git commit -am 'add nellow in index.php'

git status

git branch

git branch bigIdea 

git checkout bigIdea

 

git remote add origin3 git@github.com:KyoungRock/NewProject.git 

git push origin3 master

 

git config --list

 

git config --global user.name "krkim"

git config --global user.email "oceanfog1@gmail.com"

 

 

 

end.

 

 

 

end.

 

 

 

 

 

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/03   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31
글 보관함