git pull은 git up을 하지 않습니다.
1341 단어 Git
aanand/git-up
git pull has two problems:
It merges upstream changes by default, when it's really more polite to rebase over them, unless your collaborators enjoy a commit graph that looks like bedhead.
It only updates the branch you're currently on, which means git push will shout at you for being behind on branches you don't particularly care about right now.
gem install git-up
바로 사용할 수 있습니다.원격 변경 사항을 캡처할 때
git pull
대신 git up
실행합니다.↑ 마스터가 자동으로 회복됩니다.그리고 현재 지점 이외에도pull/rebase가 있습니다.
또한 제출하지 않은 파일이 존재하는 상태에서git up일 때도 자동으로 stash를 하고 변경 후 unstash를 진행한다.
나는 단지 pull/rebase의 차이일 뿐이라면 pull-rebase 선택을 사용해도 된다고 생각한다. 그러나 이것 이외에도 이런 편리한 기능이 좋다.
Reference
이 문제에 관하여(git pull은 git up을 하지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/horimislime/items/bedafc8513e319affaa3텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)