Skip to content

Instantly share code, notes, and snippets.

@hielder
Forked from 831jsh/Git 글 모음.md
Created February 20, 2024 01:34
Show Gist options
  • Save hielder/a3661fa89c782c8ac0653c839d8eb4b6 to your computer and use it in GitHub Desktop.
Save hielder/a3661fa89c782c8ac0653c839d8eb4b6 to your computer and use it in GitHub Desktop.

Revisions

  1. @jacking75 jacking75 revised this gist Jan 19, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -102,6 +102,8 @@
    - [(일어) VSCode에서 자주 사용하는 git 조작을 키보드만으로 하기(tig처럼)](https://zenn.dev/bun913/articles/750754b8cf79be )
    - [(일어) VSCode에서의 Git 기본 조작 정리](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )
    - [(일어) VS Code로 소스 코드 관리: GitLens 확장 기능을 사용해보자](https://atmarkit.itmedia.co.jp/ait/articles/2111/19/news034.html )
    - [(일어) VScode만으로 Git 조작을 완결시키기](https://zenn.dev/praha/articles/db1c4bcc4ef48c )


    ## Visual Studio
    - [(일어) Git을 이용하여 Visual Studio 개발을 하자](http://codezine.jp/article/detail/8436 )
  2. @jacking75 jacking75 revised this gist Aug 11, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -17,6 +17,7 @@
    - [(일어) 언제할거야? Git입문](http://www.slideshare.net/matsukaz/git-17499005 )
    - [(일어) Windows 유저를 위한 Git](http://codezine.jp/article/corner/479 )
    - [(일어) 만화로 이해하는 Git](https://codeiq.jp/magazine/category/%E3%80%90%E9%80%A3%E8%BC%89%E3%80%91%E3%83%9E%E3%83%B3%E3%82%AC%E3%81%A7%E3%82%8F%E3%81%8B%E3%82%8Bgit/ )
    - [(일어) Git의 fetch, merge, pull 는 무엇을 하는 것일까?](https://qiita.com/tonnsama/items/ed94c0d91064d0df756a )
    - [(일어) 좀 늦엇지만 Git을 기초부터 알기 쉽도록 정리](https://qiita.com/gold-kou/items/7f6a3b46e2781b0dd4a0 )
    - [(일어) “처음의 Git”――초 기본적인 작업 흐름과 5개의 명령어](http://www.atmarkit.co.jp/ait/articles/1604/26/news019.html )
    - [(일어) 기본 명령어](http://qiita.com/konweb/items/621722f67fdd8f86a017 )
  3. @jacking75 jacking75 revised this gist Jun 9, 2023. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -63,6 +63,7 @@
    - [원격 저장소에 있는 브랜치를 로컬로 가져오는 방법](https://blog.naver.com/pjt3591oo/222868653473 )
    - [(일어) git의 checkout 명령어에는 3개의 사용 방법이 있다](https://zenn.dev/tekihei2317/articles/bbdaf8173f21c9 )
    - [당신이 (아마도) 몰랐던 20가지 Git 명령](https://velog.io/@surim014/20-git-commands-you-probably-didnt-know-about-git )
    - [submodule](https://blog.naver.com/sssang97/223114266316 )


    <br>
  4. @jacking75 jacking75 revised this gist May 19, 2023. 1 changed file with 5 additions and 0 deletions.
    5 changes: 5 additions & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,8 @@
    # 설치하기
    - [(일어) 초보라도 Windows 나 Mac 에서 가능, Git 설치와 기본 사용방법](https://atmarkit.itmedia.co.jp/ait/articles/1603/31/news026.html )



    # Git
    - [Git / GitHub 안내서 핵심만 제대로 배우기](https://subicura.com/git/)
    - [Git 200% 활용하기](https://yozm.wishket.com/magazine/detail/1743 )
  5. @jacking75 jacking75 revised this gist Feb 24, 2023. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -28,7 +28,8 @@
    - [(일어) Git 내부 데이터 구조](https://speakerdeck.com/shuhei/git-falsenei-bu-detagou-zao )
    - submodule: [(일어) Git submodule 기초](http://qiita.com/sotarok/items/0d525e568a6088f6f6bb ) | [Git 서브모듈에서 발생한 변경을 부모 저장소에서 무시하는 2가지 방법](https://dev.classmethod.jp/tool/git/git-submodules-ignore-dirty/ )
    - [(일어) Git 연수](https://speakerdeck.com/mixi_engineers/2022-git-training )

    - [(일어) Git 만들어 보기(이해편)](https://qiita.com/noshishi/items/60a6fe7c63097950911b )


    <br>

  6. @jacking75 jacking75 revised this gist Jan 6, 2023. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    # Git
    - [Git / GitHub 안내서 핵심만 제대로 배우기](https://subicura.com/git/)
    - [Git 200% 활용하기](https://yozm.wishket.com/magazine/detail/1743 )
    - [(일어) 명령어를 사용하지 않고 이해하는 Git](https://qiita.com/noshishi/items/2821c01d590bf9c96038 )
    - [git tips의 한국어 버전 문서](https://github.com/mingrammer/git-tips )
    - [(인프런 무료 영상 강의) 지옥에서 온 Git - 커리큘럼 총 51 개 ˙ 7시간 30분의 수업](https://inf.run/q6td )
    - [(인프런 무료 영상 강의) 버전 관리 시스템 Git - 커리큘럼 총 119 개 ˙ 6시간 28분의 수업](https://inf.run/cokd )
    @@ -55,6 +56,8 @@
    - [(일어) git commit --fixup 가 편리](https://qiita.com/inukai-masanori/items/82eb0626fd75f3eb0922 )
    - [원격 저장소에 있는 브랜치를 로컬로 가져오는 방법](https://blog.naver.com/pjt3591oo/222868653473 )
    - [(일어) git의 checkout 명령어에는 3개의 사용 방법이 있다](https://zenn.dev/tekihei2317/articles/bbdaf8173f21c9 )
    - [당신이 (아마도) 몰랐던 20가지 Git 명령](https://velog.io/@surim014/20-git-commands-you-probably-didnt-know-about-git )


    <br>

  7. @jacking75 jacking75 revised this gist Dec 9, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    # Git
    - [Git / GitHub 안내서 핵심만 제대로 배우기](https://subicura.com/git/)
    - [Git 200% 활용하기](https://yozm.wishket.com/magazine/detail/1743 )
    - [git tips의 한국어 버전 문서](https://github.com/mingrammer/git-tips )
    - [(인프런 무료 영상 강의) 지옥에서 온 Git - 커리큘럼 총 51 개 ˙ 7시간 30분의 수업](https://inf.run/q6td )
    - [(인프런 무료 영상 강의) 버전 관리 시스템 Git - 커리큘럼 총 119 개 ˙ 6시간 28분의 수업](https://inf.run/cokd )
    @@ -68,6 +69,7 @@
    - [(일어) AWS 팀 사내 공부회 「git-flow」리포트](http://dev.classmethod.jp/tool/git/cmstudy-git-flow/ )
    - [A successful git branching model](http://dogfeet.github.io/articles/2011/a-successful-git-branching-model.html )
    - [(일어) git에 의한 분산 작업 패턴](http://labs.gree.jp/blog/2013/12/9773/ )
    - [(일어) 손 쉽게 Git 저장소 분석](https://nulab.com/ja/blog/nulab/analyze-a-git-repository/ )

    <br>

  8. @jacking75 jacking75 revised this gist Sep 19, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -53,6 +53,7 @@
    - [(일어) vcs_info를 사용하자](http://www.slideshare.net/mollifier/zsh-4 )
    - [(일어) git commit --fixup 가 편리](https://qiita.com/inukai-masanori/items/82eb0626fd75f3eb0922 )
    - [원격 저장소에 있는 브랜치를 로컬로 가져오는 방법](https://blog.naver.com/pjt3591oo/222868653473 )
    - [(일어) git의 checkout 명령어에는 3개의 사용 방법이 있다](https://zenn.dev/tekihei2317/articles/bbdaf8173f21c9 )

    <br>

  9. @jacking75 jacking75 revised this gist Sep 8, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -52,6 +52,7 @@
    - [git stash 사용하기](http://blog.outsider.ne.kr/788 )
    - [(일어) vcs_info를 사용하자](http://www.slideshare.net/mollifier/zsh-4 )
    - [(일어) git commit --fixup 가 편리](https://qiita.com/inukai-masanori/items/82eb0626fd75f3eb0922 )
    - [원격 저장소에 있는 브랜치를 로컬로 가져오는 방법](https://blog.naver.com/pjt3591oo/222868653473 )

    <br>

  10. @jacking75 jacking75 revised this gist Jul 27, 2022. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -25,7 +25,9 @@
    - [(일어) 추천하는 .gitconfig 설정](http://www.slideshare.net/YukinoriKitadai/gitconfig-gitconfig-git )
    - [(일어) Git 내부 데이터 구조](https://speakerdeck.com/shuhei/git-falsenei-bu-detagou-zao )
    - submodule: [(일어) Git submodule 기초](http://qiita.com/sotarok/items/0d525e568a6088f6f6bb ) | [Git 서브모듈에서 발생한 변경을 부모 저장소에서 무시하는 2가지 방법](https://dev.classmethod.jp/tool/git/git-submodules-ignore-dirty/ )

    - [(일어) Git 연수](https://speakerdeck.com/mixi_engineers/2022-git-training )


    <br>

    # 사용하기
  11. @jacking75 jacking75 revised this gist May 1, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -49,6 +49,7 @@
    - [git 파일 삭제](http://whatwant.tistory.com/330 )
    - [git stash 사용하기](http://blog.outsider.ne.kr/788 )
    - [(일어) vcs_info를 사용하자](http://www.slideshare.net/mollifier/zsh-4 )
    - [(일어) git commit --fixup 가 편리](https://qiita.com/inukai-masanori/items/82eb0626fd75f3eb0922 )

    <br>

  12. @jacking75 jacking75 revised this gist Apr 18, 2022. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -76,8 +76,10 @@
    - [(일어) tig로 git을 좀 더 편리하게! add나 commit도](http://qiita.com/suino/items/b0dae7e00bd7165f79ea )
    - [(일어) 처음이라도 어렵지 않은SourceTree 입문 – GitHub와 연동](https://ics.media/entry/15195 )
    - [(일어) git merge tool: beyond compare](http://www.scootersoftware.com/index.php )


    - [git-fork](https://fork.dev/ ) Git 을 쉽게 사용하게 해주는 Git Fork 무료 프로그램. 맥과 윈도우를 동시에 지원. 기간제한이 없는 무료 평가판을 제공. 기능도 화려하고 정말 편리한데 소스트리처럼 불안정하지 않음



    ## VSCode
    - [(일어) VSCode에서 자주 사용하는 git 조작을 키보드만으로 하기(tig처럼)](https://zenn.dev/bun913/articles/750754b8cf79be )
    - [(일어) VSCode에서의 Git 기본 조작 정리](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )
  13. @jacking75 jacking75 revised this gist Apr 3, 2022. 1 changed file with 25 additions and 20 deletions.
    45 changes: 25 additions & 20 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -15,30 +15,11 @@
    - [(일어) 기본 명령어](http://qiita.com/konweb/items/621722f67fdd8f86a017 )
    - [(일어) 정말 무섭지 않아! 디자이너가 Git을 아주 좋하하게 된 ♡ 5가지 이유](http://qiita.com/yunico-jp/items/de191a15ac07651abdea )
    - [(일어) 해커 걸즈와 배우자! 0부터 배우는 Git 강좌](http://gihyo.jp/dev/serial/01/hackgirlsgit )
    - [(일어) git에서「앗 실수!」라고 했을 때 사용하는 명령어](https://qiita.com/ihcamonoihS/items/38e196651212c591dfe0 )
    - [(일어) 현장에서 사용하는 Git 테크닉](http://qiita.com/treby/items/9184251b545d9ebc3198 )
    - [Git 사용 중 자주 만나는 이슈 정리](https://parksb.github.io/article/28.html )
    - [(일어) Git에서 하고 싶은 것, 여기에서 찾아내기](https://qiita.com/shimotaroo/items/b73d896ace10894fd290 )
    - [(일어) git fetch, git merge, git pull의 차이에 대해서](https://qiita.com/wann/items/688bc17460a457104d7d )
    - [(일어) Git에 익숙하지 않은 사람이 자주 실수하는 패턴과 대처 방법 모음](https://qiita.com/terry_6518/items/44ce2419a78d4121569a )
    - git에서 변경된 파일 알기 - git status
    - [git 파일 삭제](http://whatwant.tistory.com/330 )
    - [git stash 사용하기](http://blog.outsider.ne.kr/788 )
    - [(일어) LearnGitBranchingへようこそ](http://k.swd.cc/learnGitBranching-ja/ )
    - [(일어) LearnGitBranching에 어서 오세요](http://k.swd.cc/learnGitBranching-ja/ )
    - [(일어) Git을 바닥에서부터 이해하기](http://keijinsonyaban.blogspot.com/2011/05/git.html )
    - [(일어) git에서 리모트 브런치에 로컬을 강제적으로 일치시키고 싶을 때](https://qiita.com/ms2sato/items/72b48c1b1923beb1e186 )
    - [(일어) 괜찮은 Git 설정](https://yakst.com/ja/posts/4522 )
    - [(일어) Git에서 충돌이 발생해도 당황하지마!! 해결을 위한 3가지 기본 작업](http://www.atmarkit.co.jp/ait/articles/1607/14/news020.html )
    - [(일어) 어려운 Git 명령어는 사양에서 이해해 보자](http://qiita.com/_ha1f/items/2dca1047c57d4f0bd465 )
    - [(일어) git subtree를 사용하여 재사용할 코드 독립 시키기](http://readme.skplanet.com/?p=8542 )
    - [(일어) 대용량 파일도 Git으로 관리. Git LFS 사용 방법](http://www.slideshare.net/hibiki443/git-git-lfs-60951449 )
    - [(일어) git diff로 Office 파일의 차분을 보기](http://qiita.com/shuhei/items/6a18d968051378d7ac1a )
    - [(일어) Git에서 이용할 ssh 키 페어 만들기, ssh 접속, 복수 ID 접속](http://h-sao.com/blog/2016/05/07/generate-ssh-key-for-github/ )
    - [(일어) git fetch의 이해에서 git merge와 pull의 역할](http://qiita.com/osamu1203/items/cb94ef9da02e1ec3e921 )
    - [(일어) Git에서 애매한 상황일 때 사용할 수 있는 19개의 필살기](http://qiita.com/muran001/items/dea2bbbaea1260098051 )
    - [(일어) Git에서 애매한 상황이 되지 않도록 사전 예방법](http://qiita.com/muran001/items/f13742b51da3a22117ee )
    - [(일어) 이럴 때 어떻게하지⁉︎ Git의 Tips 26선!](http://qiita.com/Keisuke69/items/35d60e4e375fc525ccbd )
    - [(일어) vcs_info를 사용하자](http://www.slideshare.net/mollifier/zsh-4 )
    - [(일어) 비 프로그래머라도 오늘부터 사용할 수 있는 「Git」으로 버전 관리](http://www.slideshare.net/taniguchimakoto/git-37626657 )
    - [git 간편 가이드](http://rkjun.github.com/git-guide/index.ko.html)
    - [(일어) 추천하는 .gitconfig 설정](http://www.slideshare.net/YukinoriKitadai/gitconfig-gitconfig-git )
    @@ -47,6 +28,30 @@

    <br>

    # 사용하기
    - [(일어) Git 이력에서 단일 파일을 복원하기](https://dev.classmethod.jp/articles/git-revert-single-file )
    - [(일어) git diff로 Office 파일의 차분을 보기](http://qiita.com/shuhei/items/6a18d968051378d7ac1a )
    - [(일어) Git에서 이용할 ssh 키 페어 만들기, ssh 접속, 복수 ID 접속](http://h-sao.com/blog/2016/05/07/generate-ssh-key-for-github/ )
    - [(일어) git fetch의 이해에서 git merge와 pull의 역할](http://qiita.com/osamu1203/items/cb94ef9da02e1ec3e921 )
    - [(일어) Git에서 애매한 상황일 때 사용할 수 있는 19개의 필살기](http://qiita.com/muran001/items/dea2bbbaea1260098051 )
    - [(일어) Git에서 애매한 상황이 되지 않도록 사전 예방법](http://qiita.com/muran001/items/f13742b51da3a22117ee )
    - [(일어) git에서 리모트 브런치에 로컬을 강제적으로 일치시키고 싶을 때](https://qiita.com/ms2sato/items/72b48c1b1923beb1e186 )
    - [(일어) 괜찮은 Git 설정](https://yakst.com/ja/posts/4522 )
    - [(일어) Git에서 충돌이 발생해도 당황하지마!! 해결을 위한 3가지 기본 작업](http://www.atmarkit.co.jp/ait/articles/1607/14/news020.html )
    - [(일어) 이럴 때 어떻게하지⁉︎ Git의 Tips 26선!](http://qiita.com/Keisuke69/items/35d60e4e375fc525ccbd )
    - [(일어) git에서「앗 실수!」라고 했을 때 사용하는 명령어](https://qiita.com/ihcamonoihS/items/38e196651212c591dfe0 )
    - [(일어) 현장에서 사용하는 Git 테크닉](http://qiita.com/treby/items/9184251b545d9ebc3198 )
    - [Git 사용 중 자주 만나는 이슈 정리](https://parksb.github.io/article/28.html )
    - [(일어) Git에서 하고 싶은 것, 여기에서 찾아내기](https://qiita.com/shimotaroo/items/b73d896ace10894fd290 )
    - [(일어) git fetch, git merge, git pull의 차이에 대해서](https://qiita.com/wann/items/688bc17460a457104d7d )
    - [(일어) Git에 익숙하지 않은 사람이 자주 실수하는 패턴과 대처 방법 모음](https://qiita.com/terry_6518/items/44ce2419a78d4121569a )
    - git에서 변경된 파일 알기 - git status
    - [git 파일 삭제](http://whatwant.tistory.com/330 )
    - [git stash 사용하기](http://blog.outsider.ne.kr/788 )
    - [(일어) vcs_info를 사용하자](http://www.slideshare.net/mollifier/zsh-4 )

    <br>


    # 관리 방식
    - [Git을 이용한 협업 워크플로우 배우기](http://blog.appkr.kr/learn-n-think/comparing-workflows/ )
  14. @jacking75 jacking75 revised this gist Jan 18, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,7 @@
    - [(일어) Git을 완벽 마스터하기! 기능과 명령어 24선](https://qiita.com/satona-oinuma/items/97205ca0ce04dcae2adb )
    - [(일어) 원숭이도 이해하는 git 입문](http://www.backlog.jp/git-guide/ )
    - [(한글)tutorial-git](https://github.com/KennethanCeyer/tutorial-git )
    - [실습을 통한 Git 브랜지 배우기](https://learngitbranching.js.org/?locale=ko )
    - [(일어) 언제할거야? Git입문](http://www.slideshare.net/matsukaz/git-17499005 )
    - [(일어) Windows 유저를 위한 Git](http://codezine.jp/article/corner/479 )
    - [(일어) 만화로 이해하는 Git](https://codeiq.jp/magazine/category/%E3%80%90%E9%80%A3%E8%BC%89%E3%80%91%E3%83%9E%E3%83%B3%E3%82%AC%E3%81%A7%E3%82%8F%E3%81%8B%E3%82%8Bgit/ )
  15. @jacking75 jacking75 revised this gist Dec 12, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    # Git
    - [Git / GitHub 안내서 핵심만 제대로 배우기](https://subicura.com/git/)
    - [git tips의 한국어 버전 문서](https://github.com/mingrammer/git-tips )
    - [(인프런 무료 영상 강의) 지옥에서 온 Git - 커리큘럼 총 51 개 ˙ 7시간 30분의 수업](https://inf.run/q6td )
    - [(인프런 무료 영상 강의) 버전 관리 시스템 Git - 커리큘럼 총 119 개 ˙ 6시간 28분의 수업](https://inf.run/cokd )
    - [(일어) Git을 완벽 마스터하기! 기능과 명령어 24선](https://qiita.com/satona-oinuma/items/97205ca0ce04dcae2adb )
  16. @jacking75 jacking75 revised this gist Nov 20, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -74,7 +74,7 @@
    ## VSCode
    - [(일어) VSCode에서 자주 사용하는 git 조작을 키보드만으로 하기(tig처럼)](https://zenn.dev/bun913/articles/750754b8cf79be )
    - [(일어) VSCode에서의 Git 기본 조작 정리](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )

    - [(일어) VS Code로 소스 코드 관리: GitLens 확장 기능을 사용해보자](https://atmarkit.itmedia.co.jp/ait/articles/2111/19/news034.html )

    ## Visual Studio
    - [(일어) Git을 이용하여 Visual Studio 개발을 하자](http://codezine.jp/article/detail/8436 )
  17. @jacking75 jacking75 revised this gist Oct 11, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    # Git
    - [Git / GitHub 안내서 핵심만 제대로 배우기](https://subicura.com/git/)
    - [(인프런 무료 영상 강의) 지옥에서 온 Git - 커리큘럼 총 51 개 ˙ 7시간 30분의 수업](https://inf.run/q6td )
    - [(인프런 무료 영상 강의) 버전 관리 시스템 Git - 커리큘럼 총 119 개 ˙ 6시간 28분의 수업](https://inf.run/cokd )
    - [(일어) Git을 완벽 마스터하기! 기능과 명령어 24선](https://qiita.com/satona-oinuma/items/97205ca0ce04dcae2adb )
    - [(일어) 원숭이도 이해하는 git 입문](http://www.backlog.jp/git-guide/ )
    - [(한글)tutorial-git](https://github.com/KennethanCeyer/tutorial-git )
  18. @jacking75 jacking75 revised this gist Oct 9, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    # Git
    - [Git / GitHub 안내서 핵심만 제대로 배우기](https://subicura.com/git/)
    - [(일어) Git을 완벽 마스터하기! 기능과 명령어 24선](https://qiita.com/satona-oinuma/items/97205ca0ce04dcae2adb )
    - [(일어) 원숭이도 이해하는 git 입문](http://www.backlog.jp/git-guide/ )
    - [(한글)tutorial-git](https://github.com/KennethanCeyer/tutorial-git )
    - [(일어) 언제할거야? Git입문](http://www.slideshare.net/matsukaz/git-17499005 )
  19. @jacking75 jacking75 revised this gist Oct 3, 2021. 1 changed file with 12 additions and 5 deletions.
    17 changes: 12 additions & 5 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -58,16 +58,23 @@


    # tool
    - [(일어) Git을 이용하여 Visual Studio 개발을 하자](http://codezine.jp/article/detail/8436 )
    - [(일어) Visual Studio를 사용하기 위한 “きっとできる Git” Vol.1 Git の基本操作](http://re-workstyle.com/articles/visual-studio-getting-git-right-vol1/ )
    - [(일어) VSCode에서의 Git 기본 조작 정리](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )
    - [2021年 Git GUI「GitKraken」の導入と少しの使い方](https://zenn.dev/hihumikan/articles/5d7d7ca7e1c738)
    - [(일어) Usefull GitLens](https://speakerdeck.com/undefined_name/usefull-gitlens )
    - [(일어) TortoiseGit의 기초 공부 〜TortoiseGit 에 의한 버전 관리를 하자〜](http://tracpath.com/bootcamp/learning_tortoisegit.html )
    - [(일어) Windows/Mac/Linux 대응 GUI「Git」 클라이언트「GitKraken」이 v2.0으로](http://forest.watch.impress.co.jp/docs/news/1041270.html )
    - [(일어) Git 과 Visual Studio 2017](https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/ )
    - [(일어) 초 편리한 Git 클라이언트 tig 추천](http://qiita.com/vivid_muimui/items/7e7a740e6537749de0c0 )
    - [(일어) tig로 git을 좀 더 편리하게! add나 commit도](http://qiita.com/suino/items/b0dae7e00bd7165f79ea )
    - [(일어) 처음이라도 어렵지 않은SourceTree 입문 – GitHub와 연동](https://ics.media/entry/15195 )
    - [(일어) git merge tool: beyond compare](http://www.scootersoftware.com/index.php )



    ## VSCode
    - [(일어) VSCode에서 자주 사용하는 git 조작을 키보드만으로 하기(tig처럼)](https://zenn.dev/bun913/articles/750754b8cf79be )
    - [(일어) VSCode에서의 Git 기본 조작 정리](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )


    ## Visual Studio
    - [(일어) Git을 이용하여 Visual Studio 개발을 하자](http://codezine.jp/article/detail/8436 )
    - [(일어) Visual Studio를 사용하기 위한 “きっとできる Git” Vol.1 Git の基本操作](http://re-workstyle.com/articles/visual-studio-getting-git-right-vol1/ )
    - [(일어) Git 과 Visual Studio 2017](https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/ )

  20. @jacking75 jacking75 revised this gist Jul 25, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,5 @@
    # Git
    - [Git / GitHub 안내서 핵심만 제대로 배우기](https://subicura.com/git/)
    - [(일어) 원숭이도 이해하는 git 입문](http://www.backlog.jp/git-guide/ )
    - [(한글)tutorial-git](https://github.com/KennethanCeyer/tutorial-git )
    - [(일어) 언제할거야? Git입문](http://www.slideshare.net/matsukaz/git-17499005 )
  21. @jacking75 jacking75 revised this gist May 9, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -60,6 +60,7 @@
    - [(일어) Git을 이용하여 Visual Studio 개발을 하자](http://codezine.jp/article/detail/8436 )
    - [(일어) Visual Studio를 사용하기 위한 “きっとできる Git” Vol.1 Git の基本操作](http://re-workstyle.com/articles/visual-studio-getting-git-right-vol1/ )
    - [(일어) VSCode에서의 Git 기본 조작 정리](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )
    - [2021年 Git GUI「GitKraken」の導入と少しの使い方](https://zenn.dev/hihumikan/articles/5d7d7ca7e1c738)
    - [(일어) Usefull GitLens](https://speakerdeck.com/undefined_name/usefull-gitlens )
    - [(일어) TortoiseGit의 기초 공부 〜TortoiseGit 에 의한 버전 관리를 하자〜](http://tracpath.com/bootcamp/learning_tortoisegit.html )
    - [(일어) Windows/Mac/Linux 대응 GUI「Git」 클라이언트「GitKraken」이 v2.0으로](http://forest.watch.impress.co.jp/docs/news/1041270.html )
  22. @jacking75 jacking75 revised this gist Apr 24, 2021. 1 changed file with 41 additions and 59 deletions.
    100 changes: 41 additions & 59 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,89 +1,71 @@
    # GitHub
    - [github-project-management](https://github.com/cheese10yun/github-project-management ) - Github를 이용해서 Project Management 하는 방법 및 전체적인 프로세스에 대해서 정리
    - [(일어) Git , GitHub & GitHub Actions 첫 발 / The first step of Git, GitHub & GitHub Actions](https://speakerdeck.com/ihcomega56/the-first-step-of-git-github-and-github-actions )
    - [오픈 소스 컨트리뷰션을 위한 GitHub Fork & Pull Request](https://futurecreator.github.io/2019/03/05/github-fork-and-pull-request-process-for-open-source-contribution/ )
    - [GitHub 실전 hands-on](https://qiita.com/TakumaKurosawa/items/79a75026327d8deb9c04)

    <br>


    # Git
    - [(일어) 원숭이도 이해하는 git 입문](http://www.backlog.jp/git-guide/ )
    - [(한글)tutorial-git](https://github.com/KennethanCeyer/tutorial-git )
    - [(일어) いつやるの?Git入門](http://www.slideshare.net/matsukaz/git-17499005 )
    - [(일어) 언제할거야? Git입문](http://www.slideshare.net/matsukaz/git-17499005 )
    - [(일어) Windows 유저를 위한 Git](http://codezine.jp/article/corner/479 )
    - [(일어) マンガでわかるGit](https://codeiq.jp/magazine/category/%E3%80%90%E9%80%A3%E8%BC%89%E3%80%91%E3%83%9E%E3%83%B3%E3%82%AC%E3%81%A7%E3%82%8F%E3%81%8B%E3%82%8Bgit/ )
    - [(일어) 만화로 이해하는 Git](https://codeiq.jp/magazine/category/%E3%80%90%E9%80%A3%E8%BC%89%E3%80%91%E3%83%9E%E3%83%B3%E3%82%AC%E3%81%A7%E3%82%8F%E3%81%8B%E3%82%8Bgit/ )
    - [(일어) 좀 늦엇지만 Git을 기초부터 알기 쉽도록 정리](https://qiita.com/gold-kou/items/7f6a3b46e2781b0dd4a0 )
    - [(일어) “はじめのGit”――超基本的な作業フローと5つのコマンド](http://www.atmarkit.co.jp/ait/articles/1604/26/news019.html )
    - [(일어) 基本コマンド](http://qiita.com/konweb/items/621722f67fdd8f86a017 )
    - [(일어) 本当は怖くない!デザイナーがGitを大好きになった♡5つの理由](http://qiita.com/yunico-jp/items/de191a15ac07651abdea )
    - [(일어) Gitはじめの一歩](http://www.slideshare.net/ihcomega/git-57454868 )
    - [(일어) ハックガールズと学ぼう!ゼロから学ぶGit講座](http://gihyo.jp/dev/serial/01/hackgirlsgit )
    - [(일어) “처음의 Git”――초 기본적인 작업 흐름과 5개의 명령어](http://www.atmarkit.co.jp/ait/articles/1604/26/news019.html )
    - [(일어) 기본 명령어](http://qiita.com/konweb/items/621722f67fdd8f86a017 )
    - [(일어) 정말 무섭지 않아! 디자이너가 Git을 아주 좋하하게 된 ♡ 5가지 이유](http://qiita.com/yunico-jp/items/de191a15ac07651abdea )
    - [(일어) 해커 걸즈와 배우자! 0부터 배우는 Git 강좌](http://gihyo.jp/dev/serial/01/hackgirlsgit )
    - [(일어) git에서「앗 실수!」라고 했을 때 사용하는 명령어](https://qiita.com/ihcamonoihS/items/38e196651212c591dfe0 )
    - [(일어) 現場で使うGitのテクニック](http://qiita.com/treby/items/9184251b545d9ebc3198 )
    - [(일어) 현장에서 사용하는 Git 테크닉](http://qiita.com/treby/items/9184251b545d9ebc3198 )
    - [Git 사용 중 자주 만나는 이슈 정리](https://parksb.github.io/article/28.html )
    - [(일어) Git에서 하고 싶은 것, 여기에서 찾아내기](https://qiita.com/shimotaroo/items/b73d896ace10894fd290 )
    - [(일어) git fetch、git merge、git pullの違いについて](https://qiita.com/wann/items/688bc17460a457104d7d )
    - [(일어) Git/GitHubレベル別オススメ学習サイトまとめ完全保存版](https://qiita.com/thinkalot/items/b3c2e9060f46f5d4ea46 )
    - [(일어) Gitに慣れていない人がよくハマるパターンと対処法まとめ](https://qiita.com/terry_6518/items/44ce2419a78d4121569a )
    - [(일어) git fetch, git merge, git pull의 차이에 대해서](https://qiita.com/wann/items/688bc17460a457104d7d )
    - [(일어) Git에 익숙하지 않은 사람이 자주 실수하는 패턴과 대처 방법 모음](https://qiita.com/terry_6518/items/44ce2419a78d4121569a )
    - git에서 변경된 파일 알기 - git status
    - [git 파일 삭제](http://whatwant.tistory.com/330 )
    - [git stash 사용하기](http://blog.outsider.ne.kr/788 )
    - [(일어) LearnGitBranchingへようこそ](http://k.swd.cc/learnGitBranching-ja/ )
    - [(일어) Gitをボトムアップから理解する](http://keijinsonyaban.blogspot.com/2011/05/git.html )
    - [(일어) gitでリモートのブランチにローカルを強制一致させたい時](https://qiita.com/ms2sato/items/72b48c1b1923beb1e186 )
    - [(일어) Tips: Gitのエイリアスを使う](http://dev.classmethod.jp/tool/git/alias-command/ )
    - [(일어) よりよいGitの設定](https://yakst.com/ja/posts/4522 )
    - [(일어) Gitでコンフリクトしても慌てるな!! 解消に向けた3つの基本作業](http://www.atmarkit.co.jp/ait/articles/1607/14/news020.html )
    - [(일어) 何も知らない人がGitとGitHubを独学で知る](http://qiita.com/iKenji/items/367e8344490dd37e14f0 )
    - [(일어) こっそり始めるGit/GitHub超入門](http://www.atmarkit.co.jp/ait/series/3190/ )
    - [(일어) 難しいGitコマンドは、仕組みから理解してみよう](http://qiita.com/_ha1f/items/2dca1047c57d4f0bd465 )
    - [(일어) Git을 바닥에서부터 이해하기](http://keijinsonyaban.blogspot.com/2011/05/git.html )
    - [(일어) git에서 리모트 브런치에 로컬을 강제적으로 일치시키고 싶을 때](https://qiita.com/ms2sato/items/72b48c1b1923beb1e186 )
    - [(일어) 괜찮은 Git 설정](https://yakst.com/ja/posts/4522 )
    - [(일어) Git에서 충돌이 발생해도 당황하지마!! 해결을 위한 3가지 기본 작업](http://www.atmarkit.co.jp/ait/articles/1607/14/news020.html )
    - [(일어) 어려운 Git 명령어는 사양에서 이해해 보자](http://qiita.com/_ha1f/items/2dca1047c57d4f0bd465 )
    - [(일어) git subtree를 사용하여 재사용할 코드 독립 시키기](http://readme.skplanet.com/?p=8542 )
    - [(일어) 大容量ファイルもGitで管理。 Git LFSの使い方](http://www.slideshare.net/hibiki443/git-git-lfs-60951449 )
    - [(일어) git diff で Office ファイルの差分を見る](http://qiita.com/shuhei/items/6a18d968051378d7ac1a )
    - [(일어) Gitで利用するsshキーペアの作成、ssh接続、複数ID接続](http://h-sao.com/blog/2016/05/07/generate-ssh-key-for-github/ )
    - [(일어) git fetchの理解からgit mergeとpullの役割](http://qiita.com/osamu1203/items/cb94ef9da02e1ec3e921 )
    - [(일어) Gitでやらかした時に使える19個の奥義](http://qiita.com/muran001/items/dea2bbbaea1260098051 )
    - [(일어) Gitでやらかさないための事前予防策](http://qiita.com/muran001/items/f13742b51da3a22117ee )
    - [(일어) こんなときどうする⁉︎ GitのTips26選!](http://qiita.com/Keisuke69/items/35d60e4e375fc525ccbd )
    - [(일어) vcs_infoを使おう](http://www.slideshare.net/mollifier/zsh-4 )
    - [(일어) ハックガールズと学ぼう!ゼロから学ぶGit講座](http://gihyo.jp/dev/serial/01/hackgirlsgit )
    - [(일어) ノンプログラマでも今日から使える「Git」でバージョン管理](http://www.slideshare.net/taniguchimakoto/git-37626657 )
    - [(일어) イケててヤバいGit入門](http://labs.gree.jp/blog/2013/12/10049/ )
    - [(일어) 대용량 파일도 Git으로 관리. Git LFS 사용 방법](http://www.slideshare.net/hibiki443/git-git-lfs-60951449 )
    - [(일어) git diff로 Office 파일의 차분을 보기](http://qiita.com/shuhei/items/6a18d968051378d7ac1a )
    - [(일어) Git에서 이용할 ssh 키 페어 만들기, ssh 접속, 복수 ID 접속](http://h-sao.com/blog/2016/05/07/generate-ssh-key-for-github/ )
    - [(일어) git fetch의 이해에서 git merge와 pull의 역할](http://qiita.com/osamu1203/items/cb94ef9da02e1ec3e921 )
    - [(일어) Git에서 애매한 상황일 때 사용할 수 있는 19개의 필살기](http://qiita.com/muran001/items/dea2bbbaea1260098051 )
    - [(일어) Git에서 애매한 상황이 되지 않도록 사전 예방법](http://qiita.com/muran001/items/f13742b51da3a22117ee )
    - [(일어) 이럴 때 어떻게하지⁉︎ Git의 Tips 26선!](http://qiita.com/Keisuke69/items/35d60e4e375fc525ccbd )
    - [(일어) vcs_info를 사용하자](http://www.slideshare.net/mollifier/zsh-4 )
    - [(일어) 비 프로그래머라도 오늘부터 사용할 수 있는 「Git」으로 버전 관리](http://www.slideshare.net/taniguchimakoto/git-37626657 )
    - [git 간편 가이드](http://rkjun.github.com/git-guide/index.ko.html)
    - [(일어) もっと早く知りたかった! Gitが鬼のようにわかるスライド厳選7選](http://www.find-job.net/startup/7-git-slides )
    - [(일어) わしわし的おすすめ .gitconfig 設定](http://www.slideshare.net/YukinoriKitadai/gitconfig-gitconfig-git )
    - [(일어) Git の内部データ構造](https://speakerdeck.com/shuhei/git-falsenei-bu-detagou-zao )
    - submodule: [(일어) Git submodule の基礎](http://qiita.com/sotarok/items/0d525e568a6088f6f6bb ) | [Gitのサブモジュールで発生した変更を親リポジトリで無視する2つの方法](https://dev.classmethod.jp/tool/git/git-submodules-ignore-dirty/ )
    - [(일어) 추천하는 .gitconfig 설정](http://www.slideshare.net/YukinoriKitadai/gitconfig-gitconfig-git )
    - [(일어) Git 내부 데이터 구조](https://speakerdeck.com/shuhei/git-falsenei-bu-detagou-zao )
    - submodule: [(일어) Git submodule 기초](http://qiita.com/sotarok/items/0d525e568a6088f6f6bb ) | [Git 서브모듈에서 발생한 변경을 부모 저장소에서 무시하는 2가지 방법](https://dev.classmethod.jp/tool/git/git-submodules-ignore-dirty/ )

    <br>


    # 관리 방식
    - [Git을 이용한 협업 워크플로우 배우기](http://blog.appkr.kr/learn-n-think/comparing-workflows/ )
    - [git rebase를 이해하기](https://junwoo45.github.io/2019-10-23-rebase/ )
    - [(일어) GitのRebaseによるBranchの運用](http://dev.classmethod.jp/tool/git/development-flow-with-branch-and-rebase-by-git/ )
    - [(일어) ソースコードブランチ管理のパターン](https://bliki-ja.github.io/PatternsForManagingSourceCodeBranches/ )
    - [(일어) プロダクトのリリースとGitブランチ運用を考えてみた](https://dev.classmethod.jp/articles/product-git-branch-rule/ )
    - [(일어) 安全なMergeを行う開発フロー](http://dev.classmethod.jp/tool/git/development-flow-with-safty-merge/ )
    - [(일어) AWSチーム社内勉強会「git-flow」レポート](http://dev.classmethod.jp/tool/git/cmstudy-git-flow/ )
    - [(일어) Git의 Rebase에 의한 Branch 운용](http://dev.classmethod.jp/tool/git/development-flow-with-branch-and-rebase-by-git/ )
    - [(일어) 소스 코드 브런치 관리 패턴](https://bliki-ja.github.io/PatternsForManagingSourceCodeBranches/ )
    - [(일어) 프로덕트 릴리즈와 Git 브런치 운용을 생각해 보았다](https://dev.classmethod.jp/articles/product-git-branch-rule/ )
    - [(일어) 안전한 Merge를 하는 개발 흐름](http://dev.classmethod.jp/tool/git/development-flow-with-safty-merge/ )
    - [(일어) AWS 팀 사내 공부회 「git-flow」리포트](http://dev.classmethod.jp/tool/git/cmstudy-git-flow/ )
    - [A successful git branching model](http://dogfeet.github.io/articles/2011/a-successful-git-branching-model.html )
    - [(일어) git による分散作業パターン](http://labs.gree.jp/blog/2013/12/9773/ )
    - [(일어) git-flowのインスト?ルとブランチ運用前のリポジトリ準備 (1/2)](http://www.atmarkit.co.jp/ait/articles/1311/28/news042.html )
    - [(일어) git에 의한 분산 작업 패턴](http://labs.gree.jp/blog/2013/12/9773/ )

    <br>


    # tool
    - [(일어) Gitを用いてVisual Studio開発をしよう](http://codezine.jp/article/detail/8436 )
    - [(일어) 保護中: Visual Studio 使いのための “きっとできる Git” Vol.1 Git の基本操作](http://re-workstyle.com/articles/visual-studio-getting-git-right-vol1/ )
    - [(일어) VSCodeでのGitの基本操作まとめ](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )
    - [(일어) Git을 이용하여 Visual Studio 개발을 하자](http://codezine.jp/article/detail/8436 )
    - [(일어) Visual Studio를 사용하기 위한 “きっとできる Git” Vol.1 Git の基本操作](http://re-workstyle.com/articles/visual-studio-getting-git-right-vol1/ )
    - [(일어) VSCode에서의 Git 기본 조작 정리](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )
    - [(일어) Usefull GitLens](https://speakerdeck.com/undefined_name/usefull-gitlens )
    - [(일어) TortoiseGit の基礎勉強 〜TortoiseGit によるバージョン管理を使う](http://tracpath.com/bootcamp/learning_tortoisegit.html )
    - [(일어) Windows/Mac/Linux対応のGUI「Git」クライアント「GitKraken」がv2.0に](http://forest.watch.impress.co.jp/docs/news/1041270.html )
    - [(일어) Git Visual Studio 2017](https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/ )
    - [(일어) 超絶便利なGitクライアントのtigのすすめ](http://qiita.com/vivid_muimui/items/7e7a740e6537749de0c0 )
    - [(일어) tigでgitをもっと便利に! addやcommitも](http://qiita.com/suino/items/b0dae7e00bd7165f79ea )
    - [(일어) 初めてでも難しくないSourceTree入門 – GitHubとの連携編](https://ics.media/entry/15195 )
    - [(일어) TortoiseGit의 기초 공부 〜TortoiseGit 에 의한 버전 관리를 하자](http://tracpath.com/bootcamp/learning_tortoisegit.html )
    - [(일어) Windows/Mac/Linux 대응 GUI「Git」 클라이언트「GitKraken」이 v2.0으로](http://forest.watch.impress.co.jp/docs/news/1041270.html )
    - [(일어) Git Visual Studio 2017](https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/ )
    - [(일어) 초 편리한 Git 클라이언트 tig 추천](http://qiita.com/vivid_muimui/items/7e7a740e6537749de0c0 )
    - [(일어) tig로 git을 좀 더 편리하게! add나 commit도](http://qiita.com/suino/items/b0dae7e00bd7165f79ea )
    - [(일어) 처음이라도 어렵지 않은SourceTree 입문 – GitHub와 연동](https://ics.media/entry/15195 )
    - [(일어) git merge tool: beyond compare](http://www.scootersoftware.com/index.php )

  23. @jacking75 jacking75 revised this gist Apr 24, 2021. 1 changed file with 69 additions and 252 deletions.
    321 changes: 69 additions & 252 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -8,265 +8,82 @@


    # Git
    - [(일어) 원숭이도 이해하는 git 입문](http://www.backlog.jp/git-guide/ )
    - [(한글)tutorial-git](https://github.com/KennethanCeyer/tutorial-git )
    - [(일어) いつやるの?Git入門](http://www.slideshare.net/matsukaz/git-17499005 )
    - [(일어) Windows 유저를 위한 Git](http://codezine.jp/article/corner/479 )
    - [(일어) マンガでわかるGit](https://codeiq.jp/magazine/category/%E3%80%90%E9%80%A3%E8%BC%89%E3%80%91%E3%83%9E%E3%83%B3%E3%82%AC%E3%81%A7%E3%82%8F%E3%81%8B%E3%82%8Bgit/ )
    - [(일어) 좀 늦엇지만 Git을 기초부터 알기 쉽도록 정리](https://qiita.com/gold-kou/items/7f6a3b46e2781b0dd4a0 )
    - [(일어) “はじめのGit”――超基本的な作業フローと5つのコマンド](http://www.atmarkit.co.jp/ait/articles/1604/26/news019.html )
    - [(일어) 基本コマンド](http://qiita.com/konweb/items/621722f67fdd8f86a017 )
    - [(일어) 本当は怖くない!デザイナーがGitを大好きになった♡5つの理由](http://qiita.com/yunico-jp/items/de191a15ac07651abdea )
    - [(일어) Gitはじめの一歩](http://www.slideshare.net/ihcomega/git-57454868 )
    - [(일어) ハックガールズと学ぼう!ゼロから学ぶGit講座](http://gihyo.jp/dev/serial/01/hackgirlsgit )
    - [(일어) git에서「앗 실수!」라고 했을 때 사용하는 명령어](https://qiita.com/ihcamonoihS/items/38e196651212c591dfe0 )
    - [(일어) 現場で使うGitのテクニック](http://qiita.com/treby/items/9184251b545d9ebc3198 )
    - [Git 사용 중 자주 만나는 이슈 정리](https://parksb.github.io/article/28.html )
    - [(일어) Git에서 하고 싶은 것, 여기에서 찾아내기](https://qiita.com/shimotaroo/items/b73d896ace10894fd290 )
    - [(일어) git fetch、git merge、git pullの違いについて https://qiita.com/wann/items/688bc17460a457104d7d
    - [(일어) Git/GitHubレベル別オススメ学習サイトまとめ完全保存版 https://qiita.com/thinkalot/items/b3c2e9060f46f5d4ea46
    - [(일어) Gitに慣れていない人がよくハマるパターンと対処法まとめ https://qiita.com/terry_6518/items/44ce2419a78d4121569a
    - [(일어) git fetch、git merge、git pullの違いについて](https://qiita.com/wann/items/688bc17460a457104d7d )
    - [(일어) Git/GitHubレベル別オススメ学習サイトまとめ完全保存版](https://qiita.com/thinkalot/items/b3c2e9060f46f5d4ea46 )
    - [(일어) Gitに慣れていない人がよくハマるパターンと対処法まとめ](https://qiita.com/terry_6518/items/44ce2419a78d4121569a )
    - git에서 변경된 파일 알기 - git status
    - [git 파일 삭제](http://whatwant.tistory.com/330 )
    - [git stash 사용하기](http://blog.outsider.ne.kr/788 )
    - [(일어) LearnGitBranchingへようこそ](http://k.swd.cc/learnGitBranching-ja/ )
    - [(일어) Gitをボトムアップから理解する](http://keijinsonyaban.blogspot.com/2011/05/git.html )
    - [(일어) gitでリモートのブランチにローカルを強制一致させたい時](https://qiita.com/ms2sato/items/72b48c1b1923beb1e186 )
    - [(일어) Tips: Gitのエイリアスを使う](http://dev.classmethod.jp/tool/git/alias-command/ )
    - [(일어) よりよいGitの設定](https://yakst.com/ja/posts/4522 )
    - [(일어) Gitでコンフリクトしても慌てるな!! 解消に向けた3つの基本作業](http://www.atmarkit.co.jp/ait/articles/1607/14/news020.html )
    - [(일어) 何も知らない人がGitとGitHubを独学で知る](http://qiita.com/iKenji/items/367e8344490dd37e14f0 )
    - [(일어) こっそり始めるGit/GitHub超入門](http://www.atmarkit.co.jp/ait/series/3190/ )
    - [(일어) 難しいGitコマンドは、仕組みから理解してみよう](http://qiita.com/_ha1f/items/2dca1047c57d4f0bd465 )
    - [(일어) git subtree를 사용하여 재사용할 코드 독립 시키기](http://readme.skplanet.com/?p=8542 )
    - [(일어) 大容量ファイルもGitで管理。 Git LFSの使い方](http://www.slideshare.net/hibiki443/git-git-lfs-60951449 )
    - [(일어) git diff で Office ファイルの差分を見る](http://qiita.com/shuhei/items/6a18d968051378d7ac1a )
    - [(일어) Gitで利用するsshキーペアの作成、ssh接続、複数ID接続](http://h-sao.com/blog/2016/05/07/generate-ssh-key-for-github/ )
    - [(일어) git fetchの理解からgit mergeとpullの役割](http://qiita.com/osamu1203/items/cb94ef9da02e1ec3e921 )
    - [(일어) Gitでやらかした時に使える19個の奥義](http://qiita.com/muran001/items/dea2bbbaea1260098051 )
    - [(일어) Gitでやらかさないための事前予防策](http://qiita.com/muran001/items/f13742b51da3a22117ee )
    - [(일어) こんなときどうする⁉︎ GitのTips26選!](http://qiita.com/Keisuke69/items/35d60e4e375fc525ccbd )
    - [(일어) vcs_infoを使おう](http://www.slideshare.net/mollifier/zsh-4 )
    - [(일어) ハックガールズと学ぼう!ゼロから学ぶGit講座](http://gihyo.jp/dev/serial/01/hackgirlsgit )
    - [(일어) ノンプログラマでも今日から使える「Git」でバージョン管理](http://www.slideshare.net/taniguchimakoto/git-37626657 )
    - [(일어) イケててヤバいGit入門](http://labs.gree.jp/blog/2013/12/10049/ )
    - [git 간편 가이드](http://rkjun.github.com/git-guide/index.ko.html)
    - [(일어) もっと早く知りたかった! Gitが鬼のようにわかるスライド厳選7選](http://www.find-job.net/startup/7-git-slides )
    - [(일어) わしわし的おすすめ .gitconfig 設定](http://www.slideshare.net/YukinoriKitadai/gitconfig-gitconfig-git )
    - [(일어) Git の内部データ構造](https://speakerdeck.com/shuhei/git-falsenei-bu-detagou-zao )
    - submodule: [(일어) Git submodule の基礎](http://qiita.com/sotarok/items/0d525e568a6088f6f6bb ) | [Gitのサブモジュールで発生した変更を親リポジトリで無視する2つの方法](https://dev.classmethod.jp/tool/git/git-submodules-ignore-dirty/ )

    <br>


    # 관리 방식
    - [git rebase를 이해하기 https://junwoo45.github.io/2019-10-23-rebase/
    - [(일어) ソースコードブランチ管理のパターン https://bliki-ja.github.io/PatternsForManagingSourceCodeBranches/
    - [(일어) プロダクトのリリースとGitブランチ運用を考えてみた https://dev.classmethod.jp/articles/product-git-branch-rule/
    - [Git을 이용한 협업 워크플로우 배우기](http://blog.appkr.kr/learn-n-think/comparing-workflows/ )
    - [git rebase를 이해하기](https://junwoo45.github.io/2019-10-23-rebase/ )
    - [(일어) GitのRebaseによるBranchの運用](http://dev.classmethod.jp/tool/git/development-flow-with-branch-and-rebase-by-git/ )
    - [(일어) ソースコードブランチ管理のパターン](https://bliki-ja.github.io/PatternsForManagingSourceCodeBranches/ )
    - [(일어) プロダクトのリリースとGitブランチ運用を考えてみた](https://dev.classmethod.jp/articles/product-git-branch-rule/ )
    - [(일어) 安全なMergeを行う開発フロー](http://dev.classmethod.jp/tool/git/development-flow-with-safty-merge/ )
    - [(일어) AWSチーム社内勉強会「git-flow」レポート](http://dev.classmethod.jp/tool/git/cmstudy-git-flow/ )
    - [A successful git branching model](http://dogfeet.github.io/articles/2011/a-successful-git-branching-model.html )
    - [(일어) git による分散作業パターン](http://labs.gree.jp/blog/2013/12/9773/ )
    - [(일어) git-flowのインスト?ルとブランチ運用前のリポジトリ準備 (1/2)](http://www.atmarkit.co.jp/ait/articles/1311/28/news042.html )

    <br>


    # tool
    - [(일어) VSCodeでのGitの基本操作まとめ https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be
    - [(일어) Usefull GitLens
    https://speakerdeck.com/undefined_name/usefull-gitlens
    - [(일어) TortoiseGit の基礎勉強 〜TortoiseGit によるバージョン管理を使う〜
    http://tracpath.com/bootcamp/learning_tortoisegit.html
    - [(일어) Windows/Mac/Linux対応のGUI「Git」クライアント「GitKraken」がv2.0に
    http://forest.watch.impress.co.jp/docs/news/1041270.html
    - [(일어) Git と Visual Studio 2017
    https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/

    gitでリモートのブランチにローカルを強制一致させたい時
    https://qiita.com/ms2sato/items/72b48c1b1923beb1e186


    Tips: Gitのエイリアスを使う
    http://dev.classmethod.jp/tool/git/alias-command/

    よりよいGitの設定
    https://yakst.com/ja/posts/4522

    超絶便利なGitクライアントのtigのすすめ
    http://qiita.com/vivid_muimui/items/7e7a740e6537749de0c0

    初めてでも難しくないSourceTree入門 – GitHubとの連携編
    https://ics.media/entry/15195

    git merge tool: beyond compare
    http://www.scootersoftware.com/index.php

    git-tips
    https://github.com/mingrammer/git-tips

    (한글)tutorial-git
    https://github.com/KennethanCeyer/tutorial-git

    【連載】マンガでわかるGit
    https://codeiq.jp/magazine/category/%E3%80%90%E9%80%A3%E8%BC%89%E3%80%91%E3%83%9E%E3%83%B3%E3%82%AC%E3%81%A7%E3%82%8F%E3%81%8B%E3%82%8Bgit/

    Git・GitHubに隠された便利な機能 | GitHub Cheat Sheet(日本語訳)
    http://qiita.com/sotayamashita/items/1cf05f2a2be3d6fb3388

    Git Advent Calendar 2015
    http://qiita.com/advent-calendar/2015/git


    Gitでコンフリクトしても慌てるな!! 解消に向けた3つの基本作業
    http://www.atmarkit.co.jp/ait/articles/1607/14/news020.html

    Git을 이용한 협업 워크플로우 배우기
    http://blog.appkr.kr/learn-n-think/comparing-workflows/

    何も知らない人がGitとGitHubを独学で知る
    http://qiita.com/iKenji/items/367e8344490dd37e14f0

    こっそり始めるGit/GitHub超入門
    http://www.atmarkit.co.jp/ait/series/3190/

    Git rebase 覚書 と Atom エディタを使った操作
    http://dev.classmethod.jp/tool/git/git-rebase-atom/

    Git 더하기 GitHub
    http://www.slideshare.net/ssusercef361/git-github-62006866

    難しいGitコマンドは、仕組みから理解してみよう
    http://qiita.com/_ha1f/items/2dca1047c57d4f0bd465

    第3回 Bitbucket Server+SourceTreeで快適Git環境!
    http://gihyo.jp/dev/serial/01/teamdev-toolstrategy/0003
    第4回 Bitbucket Server+SourceTreeで快適Git環境!(後編)
    http://gihyo.jp/dev/serial/01/teamdev-toolstrategy/0004

    git subtree를 사용하여 재사용할 코드 독립 시키기
    http://readme.skplanet.com/?p=8542

    大容量ファイルもGitで管理。 Git LFSの使い方
    http://www.slideshare.net/hibiki443/git-git-lfs-60951449

    GitLabを使ったプライベートGitリポジトリーの管理を止め改造版 Ginatra にしました。
    http://yuumi3.hatenablog.com/entry/2015/08/11/164003

    git diff で Office ファイルの差分を見る
    http://qiita.com/shuhei/items/6a18d968051378d7ac1a

    Gitで利用するsshキーペアの作成、ssh接続、複数ID接続
    http://h-sao.com/blog/2016/05/07/generate-ssh-key-for-github/


    “はじめのGit”――超基本的な作業フローと5つのコマンド
    http://www.atmarkit.co.jp/ait/articles/1604/26/news019.html

    初心者でもWindowsやMacでできる、Gitのインストールと基本的な使い方
    http://www.atmarkit.co.jp/ait/articles/1603/31/news026.html

    何も知らない人がGitとGitHubを独学で知る
    http://qiita.com/iKenji/items/367e8344490dd37e14f0

    基本コマンド
    http://qiita.com/konweb/items/621722f67fdd8f86a017

    本当は怖くない!デザイナーがGitを大好きになった♡5つの理由
    http://qiita.com/yunico-jp/items/de191a15ac07651abdea

    Gitはじめの一歩
    http://www.slideshare.net/ihcomega/git-57454868

    Git入門 (Windows)
    http://www.slideshare.net/tmizoe/gitwindows

    私家版 Git For Windowsのインストール手順
    http://opcdiary.net/?page_id=27065

    tigでgitをもっと便利に! addやcommitも
    http://qiita.com/suino/items/b0dae7e00bd7165f79ea
    http://qiita.com/tags/tig

    git fetchの理解からgit mergeとpullの役割
    http://qiita.com/osamu1203/items/cb94ef9da02e1ec3e921

    SourceTree 設定手順 覚書【Windows】
    http://qiita.com/redamoon/items/5928ecab7e36f23b81ee

    SourceTreeで始めよう! Gitへの乗り換え指南
    http://www.kekyo.net/2015/07/24/5241

    新人Git/Github研修公開用スライド
    http://www.slideshare.net/pupupopo88/gitgithub-49810266
    http://www.slideshare.net/pupupopo88/github-kgitgithub

    ハックガールズと学ぼう!ゼロから学ぶGit講座
    http://gihyo.jp/dev/serial/01/hackgirlsgit

    Gitでやらかした時に使える19個の奥義
    http://qiita.com/muran001/items/dea2bbbaea1260098051

    Git submodule の基礎
    http://qiita.com/sotarok/items/0d525e568a6088f6f6bb

    Gitのサブモジュールで発生した変更を親リポジトリで無視する2つの方法
    https://dev.classmethod.jp/tool/git/git-submodules-ignore-dirty/

    Gitを用いてVisual Studio開発をしよう
    http://codezine.jp/article/detail/8436

    Gitでやらかさないための事前予防策
    http://qiita.com/muran001/items/f13742b51da3a22117ee

    GitのRebaseによるBranchの運用
    http://dev.classmethod.jp/tool/git/development-flow-with-branch-and-rebase-by-git/

    원숭이도 이해하는 git 입문
    http://www.backlog.jp/git-guide/

    現場で使うGitのテクニック
    http://qiita.com/treby/items/9184251b545d9ebc3198

    安全なMergeを行う開発フロー
    http://dev.classmethod.jp/tool/git/development-flow-with-safty-merge/

    AWSチーム社内勉強会「git-flow」レポート
    http://dev.classmethod.jp/tool/git/cmstudy-git-flow/

    こんなときどうする⁉︎ GitのTips26選!
    http://qiita.com/Keisuke69/items/35d60e4e375fc525ccbd

    vcs_infoを使おう
    http://www.slideshare.net/mollifier/zsh-4

    Git Toolsが登場した
    http://opcdiary.net/?p=29125

    Git 入門
    http://www.slideshare.net/y-uti/git-41040074

    ハックガールズと学ぼう!ゼロから学ぶGit講座
    http://gihyo.jp/dev/serial/01/hackgirlsgit

    保護中: Visual Studio 使いのための “きっとできる Git” Vol.1 Git の基本操作
    http://re-workstyle.com/articles/visual-studio-getting-git-right-vol1/

    ノンプログラマでも今日から使える「Git」でバージョン管理
    http://www.slideshare.net/taniguchimakoto/git-37626657

    イケててヤバいGit入門
    http://labs.gree.jp/blog/2013/12/10049/

    간단 git 사용
    http://emflant.tistory.com/123
    http://whatwant.tistory.com/356

    git 간편 가이드
    http://rkjun.github.com/git-guide/index.ko.html

    わしわし的おすすめ .gitconfig 設定
    http://www.slideshare.net/YukinoriKitadai/gitconfig-gitconfig-git

    A successful git branching model
    http://dogfeet.github.io/articles/2011/a-successful-git-branching-model.html

    git による分散作業パターン
    http://labs.gree.jp/blog/2013/12/9773/

    もっと早く知りたかった! Gitが鬼のようにわかるスライド厳選7選
    http://www.find-job.net/startup/7-git-slides

    いつやるの?Git入門
    http://www.slideshare.net/matsukaz/git-17499005

    Windows 유저를 위한 Git
    http://codezine.jp/article/corner/479

    git-flowのインスト?ルとブランチ運用前のリポジトリ準備 (1/2)
    http://www.atmarkit.co.jp/ait/articles/1311/28/news042.html

    LearnGitBranchingへようこそ
    http://k.swd.cc/learnGitBranching-ja/

    gitblit
    http://gitblit.com/features.html
    http://d.hatena.ne.jp/masanobuimai/20120417/1334591400
    http://www.syboos.jp/oss/doc/gitblit.html
    http://news.mynavi.jp/column/ide/154/index.html

    スプリント5「うわっ…私のバージョン管理、ダメ過ぎ…?」
    を解決するGitの使い方“超”入門
    http://www.atmarkit.co.jp/fjava/rensai4/scrum05/01.html

    Gitをボトムアップから理解する
    http://keijinsonyaban.blogspot.com/2011/05/git.html

    Git Source Control Provider
    http://gitscc.codeplex.com/

    Git の内部データ構造
    https://speakerdeck.com/shuhei/git-falsenei-bu-detagou-zao



    [ Git 명령어 ]
    git에서 변경된 파일 알기
    git status

    git 파일 삭제
    http://whatwant.tistory.com/330

    git stash 사용하기
    http://blog.outsider.ne.kr/788
    - [(일어) Gitを用いてVisual Studio開発をしよう](http://codezine.jp/article/detail/8436 )
    - [(일어) 保護中: Visual Studio 使いのための “きっとできる Git” Vol.1 Git の基本操作](http://re-workstyle.com/articles/visual-studio-getting-git-right-vol1/ )
    - [(일어) VSCodeでのGitの基本操作まとめ](https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be )
    - [(일어) Usefull GitLens](https://speakerdeck.com/undefined_name/usefull-gitlens )
    - [(일어) TortoiseGit の基礎勉強 〜TortoiseGit によるバージョン管理を使う〜](http://tracpath.com/bootcamp/learning_tortoisegit.html )
    - [(일어) Windows/Mac/Linux対応のGUI「Git」クライアント「GitKraken」がv2.0に](http://forest.watch.impress.co.jp/docs/news/1041270.html )
    - [(일어) Git と Visual Studio 2017](https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/ )
    - [(일어) 超絶便利なGitクライアントのtigのすすめ](http://qiita.com/vivid_muimui/items/7e7a740e6537749de0c0 )
    - [(일어) tigでgitをもっと便利に! addやcommitも](http://qiita.com/suino/items/b0dae7e00bd7165f79ea )
    - [(일어) 初めてでも難しくないSourceTree入門 – GitHubとの連携編](https://ics.media/entry/15195 )
    - [(일어) git merge tool: beyond compare](http://www.scootersoftware.com/index.php )

  24. @jacking75 jacking75 revised this gist Apr 24, 2021. 1 changed file with 22 additions and 27 deletions.
    49 changes: 22 additions & 27 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,46 +1,41 @@
    작업 중
    # GitHub
    - [github-project-management](https://github.com/cheese10yun/github-project-management ) Github를 이용해서 Project Management 하는 방법 및 전체적인 프로세스에 대해서 정리
    - [(일어) Git , GitHub & GitHub Actionsはじめの一歩 / The first step of Git, GitHub & GitHub Actions https://speakerdeck.com/ihcomega56/the-first-step-of-git-github-and-github-actions
    - [github-project-management](https://github.com/cheese10yun/github-project-management ) - Github를 이용해서 Project Management 하는 방법 및 전체적인 프로세스에 대해서 정리
    - [(일어) Git , GitHub & GitHub Actions 첫 발 / The first step of Git, GitHub & GitHub Actions](https://speakerdeck.com/ihcomega56/the-first-step-of-git-github-and-github-actions )
    - [오픈 소스 컨트리뷰션을 위한 GitHub Fork & Pull Request](https://futurecreator.github.io/2019/03/05/github-fork-and-pull-request-process-for-open-source-contribution/ )
    - [GitHub実践ハンズオン](https://qiita.com/TakumaKurosawa/items/79a75026327d8deb9c04)

    - [GitHub 실전 hands-on](https://qiita.com/TakumaKurosawa/items/79a75026327d8deb9c04)

    <br>


    # Git
    いまさらだけどGitを基本から分かりやすくまとめてみた https://qiita.com/gold-kou/items/7f6a3b46e2781b0dd4a0
    gitで「あっやべっ!」ってときに使うコマンド https://qiita.com/ihcamonoihS/items/38e196651212c591dfe0
    Git 사용 중 자주 만나는 이슈 정리 https://parksb.github.io/article/28.html
    Gitでやりたいこと、ここで見つかる https://qiita.com/shimotaroo/items/b73d896ace10894fd290
    [(일어) git fetch、git merge、git pullの違いについて https://qiita.com/wann/items/688bc17460a457104d7d
    Git/GitHubレベル別オススメ学習サイトまとめ完全保存版 https://qiita.com/thinkalot/items/b3c2e9060f46f5d4ea46
    Gitに慣れていない人がよくハマるパターンと対処法まとめ https://qiita.com/terry_6518/items/44ce2419a78d4121569a
    - [(일어) 좀 늦엇지만 Git을 기초부터 알기 쉽도록 정리](https://qiita.com/gold-kou/items/7f6a3b46e2781b0dd4a0 )
    - [(일어) git에서「앗 실수!」라고 했을 때 사용하는 명령어](https://qiita.com/ihcamonoihS/items/38e196651212c591dfe0 )
    - [Git 사용 중 자주 만나는 이슈 정리](https://parksb.github.io/article/28.html )
    - [(일어) Git에서 하고 싶은 것, 여기에서 찾아내기](https://qiita.com/shimotaroo/items/b73d896ace10894fd290 )
    - [(일어) git fetch、git merge、git pullの違いについて https://qiita.com/wann/items/688bc17460a457104d7d
    - [(일어) Git/GitHubレベル別オススメ学習サイトまとめ完全保存版 https://qiita.com/thinkalot/items/b3c2e9060f46f5d4ea46
    - [(일어) Gitに慣れていない人がよくハマるパターンと対処法まとめ https://qiita.com/terry_6518/items/44ce2419a78d4121569a

    git rebase를 이해하기 https://junwoo45.github.io/2019-10-23-rebase/
    ソースコードブランチ管理のパターン https://bliki-ja.github.io/PatternsForManagingSourceCodeBranches/
    プロダクトのリリースとGitブランチ運用を考えてみた https://dev.classmethod.jp/articles/product-git-branch-rule/
    # 관리 방식
    - [git rebase를 이해하기 https://junwoo45.github.io/2019-10-23-rebase/
    - [(일어) ソースコードブランチ管理のパターン https://bliki-ja.github.io/PatternsForManagingSourceCodeBranches/
    - [(일어) プロダクトのリリースとGitブランチ運用を考えてみた https://dev.classmethod.jp/articles/product-git-branch-rule/


    # tool
    VSCodeでのGitの基本操作まとめ https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be

    Usefull GitLens
    - [(일어) VSCodeでのGitの基本操作まとめ https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be
    - [(일어) Usefull GitLens
    https://speakerdeck.com/undefined_name/usefull-gitlens

    TortoiseGit の基礎勉強 〜TortoiseGit によるバージョン管理を使う〜
    - [(일어) TortoiseGit の基礎勉強 〜TortoiseGit によるバージョン管理を使う〜
    http://tracpath.com/bootcamp/learning_tortoisegit.html

    Windows/Mac/Linux対応のGUI「Git」クライアント「GitKraken」がv2.0に
    - [(일어) Windows/Mac/Linux対応のGUI「Git」クライアント「GitKraken」がv2.0に
    http://forest.watch.impress.co.jp/docs/news/1041270.html

    (翻訳)【GitHub公式】Gitコマンドチートシート
    https://qiita.com/okamu_/items/d52a6900311ad9073628
    - [(일어) Git と Visual Studio 2017
    https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/

    gitでリモートのブランチにローカルを強制一致させたい時
    https://qiita.com/ms2sato/items/72b48c1b1923beb1e186

    Git と Visual Studio 2017
    https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/

    Tips: Gitのエイリアスを使う
    http://dev.classmethod.jp/tool/git/alias-command/
  25. @jacking75 jacking75 revised this gist Apr 23, 2021. 1 changed file with 24 additions and 4 deletions.
    28 changes: 24 additions & 4 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,29 @@
    작업 중

    [(일어) Git , GitHub & GitHub Actionsはじめの一歩 / The first step of Git, GitHub & GitHub Actions https://speakerdeck.com/ihcomega56/the-first-step-of-git-github-and-github-actions
    # GitHub
    - [github-project-management](https://github.com/cheese10yun/github-project-management ) Github를 이용해서 Project Management 하는 방법 및 전체적인 프로세스에 대해서 정리
    - [(일어) Git , GitHub & GitHub Actionsはじめの一歩 / The first step of Git, GitHub & GitHub Actions https://speakerdeck.com/ihcomega56/the-first-step-of-git-github-and-github-actions
    - [오픈 소스 컨트리뷰션을 위한 GitHub Fork & Pull Request](https://futurecreator.github.io/2019/03/05/github-fork-and-pull-request-process-for-open-source-contribution/ )
    - [GitHub実践ハンズオン](https://qiita.com/TakumaKurosawa/items/79a75026327d8deb9c04)



    # Git
    いまさらだけどGitを基本から分かりやすくまとめてみた https://qiita.com/gold-kou/items/7f6a3b46e2781b0dd4a0
    gitで「あっやべっ!」ってときに使うコマンド https://qiita.com/ihcamonoihS/items/38e196651212c591dfe0
    Git 사용 중 자주 만나는 이슈 정리 https://parksb.github.io/article/28.html
    Gitでやりたいこと、ここで見つかる https://qiita.com/shimotaroo/items/b73d896ace10894fd290
    [(일어) git fetch、git merge、git pullの違いについて https://qiita.com/wann/items/688bc17460a457104d7d


    Git/GitHubレベル別オススメ学習サイトまとめ完全保存版 https://qiita.com/thinkalot/items/b3c2e9060f46f5d4ea46
    Gitに慣れていない人がよくハマるパターンと対処法まとめ https://qiita.com/terry_6518/items/44ce2419a78d4121569a

    git rebase를 이해하기 https://junwoo45.github.io/2019-10-23-rebase/
    ソースコードブランチ管理のパターン https://bliki-ja.github.io/PatternsForManagingSourceCodeBranches/
    プロダクトのリリースとGitブランチ運用を考えてみた https://dev.classmethod.jp/articles/product-git-branch-rule/


    # tool
    VSCodeでのGitの基本操作まとめ https://qiita.com/y-tsutsu/items/2ba96b16b220fb5913be

    Usefull GitLens
    https://speakerdeck.com/undefined_name/usefull-gitlens

  26. @jacking75 jacking75 revised this gist Apr 23, 2021. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,9 @@
    작업 중

    [(일어) Git , GitHub & GitHub Actionsはじめの一歩 / The first step of Git, GitHub & GitHub Actions https://speakerdeck.com/ihcomega56/the-first-step-of-git-github-and-github-actions
    [(일어) git fetch、git merge、git pullの違いについて https://qiita.com/wann/items/688bc17460a457104d7d


    Usefull GitLens
    https://speakerdeck.com/undefined_name/usefull-gitlens

  27. @jacking75 jacking75 revised this gist Apr 14, 2021. 1 changed file with 6 additions and 2 deletions.
    8 changes: 6 additions & 2 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,8 @@
    작업 중


    Usefull GitLens
    https://speakerdeck.com/undefined_name/usefull-gitlens

    TortoiseGit の基礎勉強 〜TortoiseGit によるバージョン管理を使う〜
    http://tracpath.com/bootcamp/learning_tortoisegit.html

    @@ -246,4 +249,5 @@ git 파일 삭제
    http://whatwant.tistory.com/330

    git stash 사용하기
    http://blog.outsider.ne.kr/788
    http://blog.outsider.ne.kr/788

  28. @jacking75 jacking75 created this gist Apr 14, 2021.
    249 changes: 249 additions & 0 deletions Git 글 모음.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,249 @@
    작업 중

    TortoiseGit の基礎勉強 〜TortoiseGit によるバージョン管理を使う〜
    http://tracpath.com/bootcamp/learning_tortoisegit.html

    Windows/Mac/Linux対応のGUI「Git」クライアント「GitKraken」がv2.0に
    http://forest.watch.impress.co.jp/docs/news/1041270.html

    (翻訳)【GitHub公式】Gitコマンドチートシート
    https://qiita.com/okamu_/items/d52a6900311ad9073628

    gitでリモートのブランチにローカルを強制一致させたい時
    https://qiita.com/ms2sato/items/72b48c1b1923beb1e186

    Git と Visual Studio 2017
    https://blogs.msdn.microsoft.com/kenakamu/2017/10/14/git-and-visual-studio-2017-part-1-ja/

    Tips: Gitのエイリアスを使う
    http://dev.classmethod.jp/tool/git/alias-command/

    よりよいGitの設定
    https://yakst.com/ja/posts/4522

    超絶便利なGitクライアントのtigのすすめ
    http://qiita.com/vivid_muimui/items/7e7a740e6537749de0c0

    初めてでも難しくないSourceTree入門 – GitHubとの連携編
    https://ics.media/entry/15195

    git merge tool: beyond compare
    http://www.scootersoftware.com/index.php

    git-tips
    https://github.com/mingrammer/git-tips

    (한글)tutorial-git
    https://github.com/KennethanCeyer/tutorial-git

    【連載】マンガでわかるGit
    https://codeiq.jp/magazine/category/%E3%80%90%E9%80%A3%E8%BC%89%E3%80%91%E3%83%9E%E3%83%B3%E3%82%AC%E3%81%A7%E3%82%8F%E3%81%8B%E3%82%8Bgit/

    Git・GitHubに隠された便利な機能 | GitHub Cheat Sheet(日本語訳)
    http://qiita.com/sotayamashita/items/1cf05f2a2be3d6fb3388

    Git Advent Calendar 2015
    http://qiita.com/advent-calendar/2015/git


    Gitでコンフリクトしても慌てるな!! 解消に向けた3つの基本作業
    http://www.atmarkit.co.jp/ait/articles/1607/14/news020.html

    Git을 이용한 협업 워크플로우 배우기
    http://blog.appkr.kr/learn-n-think/comparing-workflows/

    何も知らない人がGitとGitHubを独学で知る
    http://qiita.com/iKenji/items/367e8344490dd37e14f0

    こっそり始めるGit/GitHub超入門
    http://www.atmarkit.co.jp/ait/series/3190/

    Git rebase 覚書 と Atom エディタを使った操作
    http://dev.classmethod.jp/tool/git/git-rebase-atom/

    Git 더하기 GitHub
    http://www.slideshare.net/ssusercef361/git-github-62006866

    難しいGitコマンドは、仕組みから理解してみよう
    http://qiita.com/_ha1f/items/2dca1047c57d4f0bd465

    第3回 Bitbucket Server+SourceTreeで快適Git環境!
    http://gihyo.jp/dev/serial/01/teamdev-toolstrategy/0003
    第4回 Bitbucket Server+SourceTreeで快適Git環境!(後編)
    http://gihyo.jp/dev/serial/01/teamdev-toolstrategy/0004

    git subtree를 사용하여 재사용할 코드 독립 시키기
    http://readme.skplanet.com/?p=8542

    大容量ファイルもGitで管理。 Git LFSの使い方
    http://www.slideshare.net/hibiki443/git-git-lfs-60951449

    GitLabを使ったプライベートGitリポジトリーの管理を止め改造版 Ginatra にしました。
    http://yuumi3.hatenablog.com/entry/2015/08/11/164003

    git diff で Office ファイルの差分を見る
    http://qiita.com/shuhei/items/6a18d968051378d7ac1a

    Gitで利用するsshキーペアの作成、ssh接続、複数ID接続
    http://h-sao.com/blog/2016/05/07/generate-ssh-key-for-github/


    “はじめのGit”――超基本的な作業フローと5つのコマンド
    http://www.atmarkit.co.jp/ait/articles/1604/26/news019.html

    初心者でもWindowsやMacでできる、Gitのインストールと基本的な使い方
    http://www.atmarkit.co.jp/ait/articles/1603/31/news026.html

    何も知らない人がGitとGitHubを独学で知る
    http://qiita.com/iKenji/items/367e8344490dd37e14f0

    基本コマンド
    http://qiita.com/konweb/items/621722f67fdd8f86a017

    本当は怖くない!デザイナーがGitを大好きになった♡5つの理由
    http://qiita.com/yunico-jp/items/de191a15ac07651abdea

    Gitはじめの一歩
    http://www.slideshare.net/ihcomega/git-57454868

    Git入門 (Windows)
    http://www.slideshare.net/tmizoe/gitwindows

    私家版 Git For Windowsのインストール手順
    http://opcdiary.net/?page_id=27065

    tigでgitをもっと便利に! addやcommitも
    http://qiita.com/suino/items/b0dae7e00bd7165f79ea
    http://qiita.com/tags/tig

    git fetchの理解からgit mergeとpullの役割
    http://qiita.com/osamu1203/items/cb94ef9da02e1ec3e921

    SourceTree 設定手順 覚書【Windows】
    http://qiita.com/redamoon/items/5928ecab7e36f23b81ee

    SourceTreeで始めよう! Gitへの乗り換え指南
    http://www.kekyo.net/2015/07/24/5241

    新人Git/Github研修公開用スライド
    http://www.slideshare.net/pupupopo88/gitgithub-49810266
    http://www.slideshare.net/pupupopo88/github-kgitgithub

    ハックガールズと学ぼう!ゼロから学ぶGit講座
    http://gihyo.jp/dev/serial/01/hackgirlsgit

    Gitでやらかした時に使える19個の奥義
    http://qiita.com/muran001/items/dea2bbbaea1260098051

    Git submodule の基礎
    http://qiita.com/sotarok/items/0d525e568a6088f6f6bb

    Gitのサブモジュールで発生した変更を親リポジトリで無視する2つの方法
    https://dev.classmethod.jp/tool/git/git-submodules-ignore-dirty/

    Gitを用いてVisual Studio開発をしよう
    http://codezine.jp/article/detail/8436

    Gitでやらかさないための事前予防策
    http://qiita.com/muran001/items/f13742b51da3a22117ee

    GitのRebaseによるBranchの運用
    http://dev.classmethod.jp/tool/git/development-flow-with-branch-and-rebase-by-git/

    원숭이도 이해하는 git 입문
    http://www.backlog.jp/git-guide/

    現場で使うGitのテクニック
    http://qiita.com/treby/items/9184251b545d9ebc3198

    安全なMergeを行う開発フロー
    http://dev.classmethod.jp/tool/git/development-flow-with-safty-merge/

    AWSチーム社内勉強会「git-flow」レポート
    http://dev.classmethod.jp/tool/git/cmstudy-git-flow/

    こんなときどうする⁉︎ GitのTips26選!
    http://qiita.com/Keisuke69/items/35d60e4e375fc525ccbd

    vcs_infoを使おう
    http://www.slideshare.net/mollifier/zsh-4

    Git Toolsが登場した
    http://opcdiary.net/?p=29125

    Git 入門
    http://www.slideshare.net/y-uti/git-41040074

    ハックガールズと学ぼう!ゼロから学ぶGit講座
    http://gihyo.jp/dev/serial/01/hackgirlsgit

    保護中: Visual Studio 使いのための “きっとできる Git” Vol.1 Git の基本操作
    http://re-workstyle.com/articles/visual-studio-getting-git-right-vol1/

    ノンプログラマでも今日から使える「Git」でバージョン管理
    http://www.slideshare.net/taniguchimakoto/git-37626657

    イケててヤバいGit入門
    http://labs.gree.jp/blog/2013/12/10049/

    간단 git 사용
    http://emflant.tistory.com/123
    http://whatwant.tistory.com/356

    git 간편 가이드
    http://rkjun.github.com/git-guide/index.ko.html

    わしわし的おすすめ .gitconfig 設定
    http://www.slideshare.net/YukinoriKitadai/gitconfig-gitconfig-git

    A successful git branching model
    http://dogfeet.github.io/articles/2011/a-successful-git-branching-model.html

    git による分散作業パターン
    http://labs.gree.jp/blog/2013/12/9773/

    もっと早く知りたかった! Gitが鬼のようにわかるスライド厳選7選
    http://www.find-job.net/startup/7-git-slides

    いつやるの?Git入門
    http://www.slideshare.net/matsukaz/git-17499005

    Windows 유저를 위한 Git
    http://codezine.jp/article/corner/479

    git-flowのインスト?ルとブランチ運用前のリポジトリ準備 (1/2)
    http://www.atmarkit.co.jp/ait/articles/1311/28/news042.html

    LearnGitBranchingへようこそ
    http://k.swd.cc/learnGitBranching-ja/

    gitblit
    http://gitblit.com/features.html
    http://d.hatena.ne.jp/masanobuimai/20120417/1334591400
    http://www.syboos.jp/oss/doc/gitblit.html
    http://news.mynavi.jp/column/ide/154/index.html

    スプリント5「うわっ…私のバージョン管理、ダメ過ぎ…?」
    を解決するGitの使い方“超”入門
    http://www.atmarkit.co.jp/fjava/rensai4/scrum05/01.html

    Gitをボトムアップから理解する
    http://keijinsonyaban.blogspot.com/2011/05/git.html

    Git Source Control Provider
    http://gitscc.codeplex.com/

    Git の内部データ構造
    https://speakerdeck.com/shuhei/git-falsenei-bu-detagou-zao



    [ Git 명령어 ]
    git에서 변경된 파일 알기
    git status

    git 파일 삭제
    http://whatwant.tistory.com/330

    git stash 사용하기
    http://blog.outsider.ne.kr/788