- GitHub - YouTube
- Git - Book
- GitHub Help
- GitHub Guides
- Resources to learn Git
- Udacity Nanodegree Style Guide (Udacity Git Commit Message Style Guide)
- Learn Git- Git tutorials, workflows and commands | Atlassian Git Tutorial
- Git & GitHub Crash Course For Beginners - YouTube
- 생활코딩 - 지옥에서 온 Git(Git from the HELL)
- A successful Git branching model » nvie.com
- [GitHub] Git 브랜치의 종류 및 사용법 (5가지) - Heee's Development Blog
- 초보자를 위한 Git & GitHub
- SE 스타트업 엔지니어링 - 깃(Git)과 함께 개발하기
- Tower - The most powerful Git client for Mac and Windows
- 깃허브(GitHub)로 취업하기
- Code Review에 대한 정리 · Issue #13 · JaeYeopHan/tip-archive
- [오픈소스컨설팅]Subversion vs git - 참을 수 없는 간단함
- Top 5 BEST Version Control Software (Source Code Management Tools)
- JGit | The Eclipse Foundation
- Git - Reset Demystified (The Three Trees - HEAD, Index, Working Directory(tree)/ git reset --soft, --mixed, --hard/ squashing commits/ checkout vs reset --hard)
- GIT - Conventional Commits
- GIT4 - Reset & Revert 4.1. reset --soft vs --mixed vs --hard
- KLDP - diff 보는 법
- Outsider's Dev Story - git diff 에서 변경된 부분을 더 명확하게 보는 방법
- git add -p 와 git commit -v 의 사용 :: Outsider's Dev Story
- [Git] git add 취소하기, git commit 취소하기, git push 취소하기 - Heee's Development Blog (git reset HEAD / git reset HEAD^ / git commit --amend)
- Stack Overflow - LF will be replaced by CRLF in git - What is that and is it important?
- Stack Overflow - Git refusing to merge unrelated histories on rebase
- git의 merge와 rebase 비교하기
- What is the difference between
git merge
andgit merge --no-ff
? - Stack Overflow - Git rebase를 이용한 커밋 수정 (Interactive Rebase) « Guppy's 난중(개발)일기
- Git - Rewriting History (git rebase -i HEAD~n / git commit --amend)
- stackoverflow - Git rebase interactive drop vs deleting the commit line
- [초보용] Git 되돌리기( Reset, Revert ) | devpools blog
- [Git] 명령어(5) - reset, revert :: victolee
- What's the difference between 'git merge' and 'git rebase'? - Stack Overflow
- [Git] git stash 명령어 사용하기 - Heee's Development Blog
- git stash 사용하기 :: Outsider's Dev Story (stash 내용 보기 : git stash show stash@{n})
- stash - 생활코딩
- git rebase -i 사용하기
- git amend | Atlassian Git Tutorial
- How to use Git Revert - Stack Overflow
- Git Revert | Atlassian Git Tutorial
- Git: Revert to a Previous Commit
- Git - Rebasing (git merge vs git rebase)
- Git - Advanced Merging
- git rebase | Atlassian Git Tutorial (git rebase <base branch> vs git merge <target branch> : rebase는 target branch를 base branch를 기준으로 이동시키는 것. merge는 base branch를 기준으로 target branch를 병합하는 것.)
- Git - git-merge Documentation
- Git Tip: Rebase Your Stash | Heliom (git stash / git reset HEAD~1)
- [Git기초] 브랜치 강제로 옮기기 (branch를 특정 commit에 직접적으로 재지정하기 : git branch -f (branch) (commit ref / branch) ex. git branch -f master HEAD~3)
- [Git기초] Git에서 작업 되돌리기 (git reset vs git revert : local branch의 경우 reset을 사용할 수 있지만, "history를 고쳐쓴다"는 점 때문에 다른 사람과 협업하는 remote branch에는 쓸 수 없음. 변경사항을 되돌리고 이 되돌린 내용을 다른 사람들과 공유하기 위해서는 git revert를 사용해야 함)
- What's the difference between "git fetch" and "git pull"?
- git stash - Saving Changes | Atlassian Git Tutorial (git stash / git stash pop stash@{n} / git stash list / git stash drop stash@{n})
- git 도구 - stashing 과 cleaning · 초보몽키의 개발공부로그 (git stash drop stash@{n})
- git cherry-pick: 다른 브랜치의 일부 커밋만 반영하고 싶을 때 : TOAST Meetup
- git 명령어 : git cherry-pick :: 삐멜 소프트웨어 엔지니어 (git cherry-pick <ref1> <ref2> <ref3> ... )
- Git push/fetch 내부 동작 정리 | 기록하기
- Git - git-reflog Documentation
- [git] REFLOG - REBASE 취소하기
- shaking blog :: [GIT] reset 한거 취소하는 방법 (git reflog / git reset --hard HEAD@{n})
- #git reflog - HEAD 변경 이력을 볼 수 있다. 커밋은 어디 안 간다.
- Git을 잘 써보자- 12. git 복구 - git reflog | Suwoni-Codelab
- Display your Resume/CV PDF in website using GitHub - Kekayan - Medium
- [Git] 커밋 히스토리 수정하기 :: PlanB의 백엔드 엔지니어링 (git rebase -i HEAD~n)
- 깃(git) - 특정 커밋의 수정 내용 확인하기 (git show <ref>)
- git reflog | Atlassian Git Tutorial
- Git - Git Configuration (trailing whitespace)
- git - How to change the commit author for one specific commit? - Stack Overflow
- git commit author 변경 (커밋 작성자 변경하기) - MadPlay's MadLife.
- 망원동똑똑이 :: [Git] Changes not staged for commit (modified content, untracked content) 깃 서브모듈 인식 문제 (하위 .git 폴더 모두 삭제하기)
- Git - git Documentation (Reset, restore and revert)
- Git - git-restore Documentation
- Git 사용 중 자주 만나는 이슈 정리
- Git - Credential Storage
- Git remote branch deleted, but still it appears in 'branch -a' - Stack Overflow (git branch -d -r <remote name>/<branch name>)
- Git - git-branch Documentation (Use -r together with -d to delete remote-tracking branches)
- Git - git-branch Documentation (Use -r together with -d to delete remote-tracking branches)
- [git] .gitignore 변경 반영하기. 왜 지워지지 않는거야! | by Kwoncheol Shin | Medium
- Git subtree를 활용한 코드 공유 | blog.rhostem.com
- SJ 아카이브 [깃허브 친해지기 2탄] 깃허브에 폴더별로 commit 다르게 설정해서 업로드하기
- Github를 이용하는 전체 흐름 이해하기 #1
- 안경잡이 개발자 :: 아톰(Atom) 개발 환경과 깃허브(GitHub) 연동하는 방법
- 아톰(atom) 에디터 깃(git) 연동 :: 깃(git) 편하게 사용하자 !!
- Github Tutorial : What is Pull Request?
- git 초보를 위한 풀리퀘스트(pull request) 방법 · 초보몽키의 개발공부로그
- github - git - remote add origin vs remote set-url origin - Stack Overflow
- Git Branch - 릴리즈 플래닝 - 회사에서 하고 있는 걸 정리해본다.
- 요기요 Android 개발 Git Branch와 Release Planning -- RGP Tech Blog
- Solved: Clone private repo - GitHub Community Forum (git clone https://(github ID):(github PWD)@github.com/(github ID)/(repository name).git)
- git - What do you do with your branch after a pull request on GitHub? - Stack Overflow
- Git Pull | Atlassian Git Tutorial (git pull vs git pull --rebase)
- Difference between git pull and git pull --rebase - Stack Overflow
- github - Git Desktop error " ! [remote rejected] master -> master (permission denied)" - Stack Overflow
- Innovative Thinking IT :: git push, pull (fatal: refusing to merge unrelated histories) 에러
- How do I delete a Git branch locally and remotely? - Stack Overflow (git push <remote_name> --delete <branch_name>)
- git - I deleted a branch in remote, how do I synchronize in local? - Stack Overflow (git remote prune origin)
- Message 'src refspec master does not match any' when pushing commits in Git - Stack Overflow (git show-ref)
- Differences between git remote update and fetch? - Stack Overflow (특정 remote만 fetch하기 : git fetch , update는 branch 단위로는 안되고 remote 단위로만 가능한 듯)
- branch - How to fetch all Git branches - Stack Overflow (git fetch --all)
- Remote Git branches not visible - Stack Overflow (git branch -r / git branch -a / git remote show <remote> : remote repo의 branch 상태를 local repo와 비교해서 각각 확인할 수 있음)
- Can git permanently ignore a remote branch? - Stack Overflow (remote branch를 log에서 삭제하고 싶다면 local directory에서 git이 저장하고 있는 reference 자체를 삭제하는 방법이 가능 : rm .git/refs/remotes/<remote>/<branch>)
- Git Workflow | Atlassian Git Tutorial (<Centralized/ Feature Branch/ Gitflow/ Forking> Workflow)
- Git, 가장 쉽게 사용하기 - (2) commit, branch 전략 잘 짜는 법 : 네이버 블로그
- How do I delete a Git branch locally and remotely? - Stack Overflow (git push --delete <remote_name> <branch_name>)
- Renaming a remote - GitHub Help (Change remote name from 'origin' to 'destination' : git remote rename <origin> <destination>)
- Solved: re-opening pull request - GitHub Community Forum
- Reverting a pull request - GitHub Help
- Changing the base branch of a pull request - GitHub Help
- git pull --rebase 를 쓰자
- 리모트 저장소 이름변경 및 삭제 · Git, 분산버전 관리시스템 (git remote rename <current name> <new name>)
- git the requested URL returend error : 403 해결방법
- [Error][Github] git push Permission denied (publickey). (git push https://<username>:<password>@github.com/<repositoryName>.git)
- MAC ) git 문제 Permission denied (publickey).
- [GITHUB] Slack 연동
- Creating a repository from a template - GitHub Help
- Git Large File Storage | Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
- Creating a pull request - GitHub Help
- Duplicating a repository - GitHub Help
- How to write a great README for your GitHub project – dbader.org
- github - What do raw.githubusercontent.com URLs represent? - Stack Overflow
- Connecting to GitHub with SSH - GitHub Docs
- We updated our RSA SSH host key - The GitHub Blog : update GitHub.com’s RSA SSH key (March 23, 2023)
- What happens to forks when a repository is deleted or changes visibility? - GitHub Docs
- version control - Set up git to pull and push all branches - Stack Overflow (git push --all origin)