사용자 도구

사이트 도구


git

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
git [2021/02/17 23:33]
kwon37xi [Git Diff -> vimdiff]
git [2021/07/09 15:15]
kwon37xi
줄 3: 줄 3:
   * [[git:cheatsheet|Git Cheatsheet]]   * [[git:cheatsheet|Git Cheatsheet]]
   * [[git:credential|git credential]]   * [[git:credential|git credential]]
 +  * [[https://ohmygit.org|OhMyGit]] - 게임으로 Git 배우기
  
 ===== Ubuntu 최신 버전 install ===== ===== Ubuntu 최신 버전 install =====
줄 259: 줄 260:
   * [[https://live.gnome.org/giggle|Giggle]] GTK+ Git 관리   * [[https://live.gnome.org/giggle|Giggle]] GTK+ Git 관리
   * [[https://live.gnome.org/Gitg|Gitg]] GTK+ 리포지토리 브라우저   * [[https://live.gnome.org/Gitg|Gitg]] GTK+ 리포지토리 브라우저
-  * [[http://jonas.nitro.dk/tig/|tig]] 콘솔 기반 리포지토리 브라우저+  * [[git:tig|tig]] 콘솔 기반 리포지토리 브라우저
   * [[https://github.com/FredrikNoren/ungit|ungit]] 웹기반 Git 인터페이스   * [[https://github.com/FredrikNoren/ungit|ungit]] 웹기반 Git 인터페이스
   * [[http://gitignore.io/|gitignore.io]] 자동으로 ''.gitignore'' 파일을 생성해준다.   * [[http://gitignore.io/|gitignore.io]] 자동으로 ''.gitignore'' 파일을 생성해준다.
줄 266: 줄 267:
   * [[http://yobi.io/|Yobi]] Git 지원 협업 프로젝트 관리 툴   * [[http://yobi.io/|Yobi]] Git 지원 협업 프로젝트 관리 툴
   * [[http://www.maketecheasier.com/6-useful-graphical-git-client-for-linux/|6 Useful Graphical Git Client for Linux]]   * [[http://www.maketecheasier.com/6-useful-graphical-git-client-for-linux/|6 Useful Graphical Git Client for Linux]]
 +  * [[https://gogs.io|gogs]] self hosted git server
  
 ===== 빈 디렉토리 (empty directory) 유지 ===== ===== 빈 디렉토리 (empty directory) 유지 =====
줄 294: 줄 296:
  
  
 +===== git blame ignore =====
 +  * [[https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame|Ignoring bulk change commits with git blame - Moxio]]
 +  * bulk 갱신, 포맷팅 변경 같은 경우 blame 에 자꾸 나오면 오히려 불편함. 특정 commit 을 blame에서 제외하기
 +  * [[https://akrabat.com/ignoring-revisions-with-git-blame/|Ignoring mass reformatting commits with git blame – Rob Allen's DevNotes]]
 ===== 문제 해결 ===== ===== 문제 해결 =====
   * [[http://ohshitgit.com/|Oh, shit, git!]]   * [[http://ohshitgit.com/|Oh, shit, git!]]
줄 323: 줄 329:
   * [[https://www.javacodegeeks.com/2019/10/git-essentials-crash-course.html|Git Essentials Crash Course | Java Code Geeks - 2019]]   * [[https://www.javacodegeeks.com/2019/10/git-essentials-crash-course.html|Git Essentials Crash Course | Java Code Geeks - 2019]]
   * [[https://github.com/mingrammer/git-tips|Git Tips]]   * [[https://github.com/mingrammer/git-tips|Git Tips]]
 +  * [[https://github.com/ingydotnet/git-subrepo|ingydotnet/git-subrepo]]
git.txt · 마지막으로 수정됨: 2023/10/14 13:47 저자 kwon37xi