Data Engineering/GitHub

[Git] git stash, git cherrypick, git pull/fetch 의 차이 참고 내용 링크

쟈누이 2023. 7. 5. 13:27
반응형

 

1. git stash

https://gmlwjd9405.github.io/2018/05/18/git-stash.html

 

[Git] git stash 명령어 사용하기 - Heee's Development Blog

Step by step goes a long way.

gmlwjd9405.github.io

 

2. git cherrypick

https://hbase.tistory.com/141

 

[Git] git cherry-pick - 다른 브랜치의 커밋을 적용

git을 이용해서 코드를 관리하다보면 다른 브랜치에 적용된 커밋을 가져와서 내 브랜치에 적용하고 싶은 경우가 있다. develop 브랜치에서 기능 개발 브랜치를 따고 작업하다가 develop 브랜치에 새

hbase.tistory.com

 

3. git pull/fetch 차이

https://cloud-oky.tistory.com/659

 

[Git] pull과 fetch의 차이

[무료웹툰] 이 시국에 개인교습 쌤, 엄마한테는 비밀이예요 이 시국에 집콕 과외가 필수! 유찬은 과외 학생의 저돌적 접근이 아찔한데... 지금여기, 은밀달콤한 개인교습, 시작합니다! iryan.kr pull

cloud-oky.tistory.com

 

나중에 찾아볼 것

반응형