Slow and steady wins the race

언어 공부/github

[github] repositiory 설정 및 관리(in ubuntu)

늘보의 빠르기 2023. 2. 2. 01:37

https://www.lainyzine.com/ko/article/how-to-link-github-remote-repository-and-local-git-repository/

https://corinediary.tistory.com/2

 

github repository 생성

 

git clone [REPO_URL] [DIR]

 

git clone https://github.com/[USERNAME]/[REPOSITORY_NAME].git

 

repo된 디렉토리에 들어가서 파일 생성된 것 확인

 

ls -al

 

git remote -v

 

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

해결

https://naknaklee.github.io/etc/2021/08/15/github-personal-access-token/

--------

 

-----

branch? 그게뭐지?

 

readme 작성법

https://m.blog.naver.com/jooeun0502/221956294941

 

git push -u origin main : 로컬에서 github로 복사

git pull: github에서 로컬 폴더로 소스 가져오기

github ->

'언어 공부 > github' 카테고리의 다른 글

[git] Repository 안에 하위 폴더 넣기  (0) 2023.02.02