728x90
반응형

https://donggu1105.tistory.com/10

 

[Git] fatal: remote origin already exists. 에러 뜰때 해결방법

github에 터미널을 이용해서 프로젝트 올릴때  fatal: remote origin already exists. 에러가 뜬다면 원래있던 remote를 삭제하고 다시 add시켜준다. $ git remote rm origin 그다음 git remote add origin ~~ 하..

donggu1105.tistory.com

 

https://curryyou.tistory.com/427

 

[Github] 터미널에서 GitHub Repository 연동 사용 방법: git remote, push

요즘은 IDE 자체에서 Git 을 사용할 수 있도록 지원해주는 경우가 많다. 하지만 개인적으로는 터미널에서 git을 사용하면 개발환경과 무관하게 모든 곳에서 공통적으로 사용할 수 있어서 가급적

curryyou.tistory.com

 

토큰 인증에러 해결

https://dev.classmethod.jp/articles/resolving-github-token-authentication-errors/

 

GitHub 토큰 인증 에러 해결 remote: Support for password authentication was removed. Please use a personal access token i

git push 명령어를 입력할 때 나오는 토큰 인증 에러를 해결하는 방법에 대해서 정리해 봤습니다.

dev.classmethod.jp

 

https://deepmal.tistory.com/15?category=948430 

 

git add, git status, git commit, git log

git add, git status, git commit, git log  git add: staging 영역으로 보내기 git add 명령어는 working directory에 있는 파일을 staging area로 보내는 역할을 수행합니다. $git add <파일명> 한꺼번에 여러..

deepmal.tistory.com

https://homy.tistory.com/36?category=753950 

 

Git 의 작업 단계, 상태 확인 등

아래 그림은 Git으로 버전이 관리되는 파일의 라이프 사이클을 알기 쉽게 그림으로 그린 것이다. 그림 출처: http://git-scm.com 일단 작성해서 저장하고 Git으로 아무것도 안 한 파일은 untracked 파일이

homy.tistory.com

 

728x90
반응형

+ Recent posts