블로그
- git push origin (main/master) 실행 시 fatal 에러 발생 해결방법 모색해 보았다. 8일째 해결하던 중 우분투와 vscode를 연결하여 vscode를 보던 중 .gitconfig라는 파일이 두군데에 위치 한 것을 보았고 제대로 되지 않은 위치에서 git 어쩐지 내가 가진 브랜치는 main인데 자꾸 git branch 하면 master가 뜨더라...
- Git 사용법 간단하게 배워보자! CHAPTER2 Git lecture 참고 → 본 강의는 Git 설치, GitHub 계정 생성이 되어 있다는 기준으로 사용법 위주로 설명합니다! Git Bash - Git branch git branch 명령어를 입력하면 현재 존재하는 git branch 목록을 확인할 수 있다.
- Git 원격 저장소 푸시 에러 Updates were rejected because a pushed branch tip is behind its remote counterpart. (Git) Git 원격 저장소 푸시 에러 Updates were rejected because a pushed branch tip is behind its remote counterpart 이상으로 Git 원격 저장소 푸시 에러 Updates were rejected because a pushed branch tip is behind its remote counterpart
- Git - The Pull-Merge-Push Workflow we'll need to do a three-way merge *Fast forward merge : default merge method when executing git pull By having separate branches, you can fix the bug in the main branch, release a new v.......
- Git hub - Working with Remotes limit the people authorized to work on it. - git clone : Clone a repository into a new directory - git repository or a local branch - When we call a git clone to get a local copy of a remote repository,
- Github - Branching and merging can use the git branch command to list, create, delete, and manipulate branches. a branch : git branch + the name of the new branch - The current bran.......
- [Git]branch 만들기, branch 간의 정보확인, merge, merge 충돌, stash 더럽히지 않고, 각각의 클라이언트에게 맞는 새로운 소스코드를 브랜치에서 작성 ・git branch : 브랜치의 목록을 볼 때 -브랜치를 생성하지 않아도, 기본 master브랜치가 존재 ・git branch "새로운 브랜치 이름" : 새로운 브랜치를 생성 ・git checkout "전환하려는 브랜치 이름" : 다른 브랜치로 갈아탈 때 브랜치의 목록을 볼 때 git
- [Github] 브랜치 (branch) - 브랜치 (branch) : 협업을 할때 어떤 기능을 추가하고 싶다. : 하지만 이 기능이 제대로 작동하는지 불확실하다. 생성, 기존 프로젝트 유지 -> master branch, 새 기능 추가하는 프로젝트 -> new branch - SourceTree 이용한 브랜치 추가 사용 방법 -&
← 이전
2 페이지