728x90

1. GitBash 설치

 

INSTALL : https://gitforwindows.org/

                   (for Window)

 

2. New Repository 생성

 

https://github.com/

 

3. Root Folder 연결

 

Command : 

(1) git init

(2) git remote add origin (user repository address)

 

4. Push or Pull

 

Pull Command :

(1) git pull origin master

 

Push Command :

(1) git status

(2) git add .

(3) git commit -m "massage"

(4) git push origin master

 

728x90

+ Recent posts