Programming/etc

Sourcetree(소스트리) 관련; gitignore, branch, merge, conflict

esoog Polaris 2023. 9. 20. 09:39
반응형

# gitignore 사용

 

https://developer88.tistory.com/93

 

SourceTree 에서 수정하는 gitignore

SourceTree를 이용하면 형상관리를 쉽게 할 수 있어서 좋은데요. 하지만, 가끔 관리하지 않아도 될 파일들이 추가되는 경우가 있습니다. 특히, Android Studio를 사용하다 보면, Studio와 관련된 파일들이

developer88.tistory.com

 

 

 

 

# Branch 생성 및 Merge, Conflict 해

 

https://developer88.tistory.com/entry/SourceTree%EC%97%90%EC%84%9C-Branch-%EC%83%9D%EC%84%B1%EA%B3%BC-%EB%B3%91%ED%95%A9Merge-%EA%B7%B8%EB%A6%AC%EA%B3%A0-%EC%B6%A9%EB%8F%8CConflict-%ED%95%B4%EA%B2%B0-%EC%A0%95%EB%A6%AC

 

SourceTree에서 Branch 생성과 병합(Merge) 그리고 충돌(Conflict) 해결 정리

오늘은 SourceTree를 이용해서 Branch를 만들어보는 방법에 대해서 정리해 보도록 하겠습니다. Branch가 무엇인지 간단히 알아보고, SourceTree를 이용해 Branch를 생성하고 Merge하는 과정까지 정리해 보도

developer88.tistory.com

* conflict 해결 툴(https://www.perforce.com/downloads/helix-command-line-client-p4)

 

 

 

 

# 버전 복구 

 

https://developer88.tistory.com/entry/Reverse-Commit-SourceTree-%EC%97%90%EC%84%9C-%EB%90%98%EB%8F%8C%EB%A6%AC%EB%8A%94-Git

 

Reverse Commit SourceTree 에서 되돌리는 Git

오늘은 커밋한 버전을 유지하면서, 과거로 되돌리는 Git Revert을 정리하려고 하는데요. SourceTree에서 사용하는 쉬운방법을 보도록 하겠습니다. 1. UI에서 Reverse Commit 1-1. 직전단계로 Reverse SourceTree의

developer88.tistory.com

 

https://7942yongdae.tistory.com/161

 

Git - 삭제한 branch 혹은 commit를 복구하는 방법

이번에는 삭제한 branch나 commit를 복구하는 방법에 대해서 알아보겠습니다. 개발을 하다 보면 생각지 못한 실수로 branch나 commit를 삭제하는 경우가 있습니다. 이런 경우 생각보다 어렵지 않은 방

7942yongdae.tistory.com

 

728x90

'Programming > etc' 카테고리의 다른 글

제조 및 운영 관련 용어 정리  (0) 2023.09.26
Notepad++(노트패드) 활용  (0) 2023.09.20
Modbus(모드버스) 관련  (0) 2023.09.18
설정파일 포맷 관련  (0) 2023.09.18
프로그래머 일기 1  (0) 2023.09.13