반응형

commit 3

[Git] 소스트리(Sourcetree) 체리 픽

체리 픽 -> 다른 브랜치에서 하나의 커밋만 가져와서 현재 브랜치에 반영시키는 것. SecondBranch에서 master 브랜치의 내용을 체리 픽 충돌(conflict) 발생 시 해당 부분 수정 후 충돌 해결을 진행하시면 됩니다. https://a070415.tistory.com/entry/Git-%EC%86%8C%EC%8A%A4%ED%8A%B8%EB%A6%ACSourcetree-Merge-Conflict [Git] 소스트리(Sourcetree) Merge Conflict https://a070415.tistory.com/21 [Git] 소스트리(Sourcetree) 병합(Merge) Merge -> 다른 브랜치의 내용을 현재 check out된 브랜치에 병합하는 것. FirstBranch에 '첫번째 ..

- Git/Sourcetree 2023.02.26

[Git] Android git 연동 하는 방법

개인이나 팀 단위로 프로젝트를 진행 할 때 git을 사용하여 관리를 손쉽게 할 수 있습니다. 다음은 Android Studio에서 Github와 연동을 하는 부분을 포스팅 해보겠습니다. Git 설치 https://git-scm.com/download/ Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platfo..

- Git 2023.02.12