git init

rm -rf .git

 

1. commit 이 잘 되었는지 확인하기

git log --oneline --all --graph

 

2. vscode 에서는 "git graph" 확장 프로그램 사용 가능

 

3. push / pull

 

4. client 로는 source tree, vscod git 이 있으며 server 로는 github.com, bitbucket.com 이 있다

 

5. github에서 repository 를 만들어 HTTPS 항목을 복사 후, "Source Control" 의 "View" 에서 "Remote" > "Add Remote ..." 로 추가한다

 

6. git config --global pull.rebase false

 

 

https://www.youtube.com/watch?v=vI8FFvQge2w 

 

+ Recent posts