TGTGInsighttelegram intelligenceLIVE / telegram public index
← Am Neumarkt 😱
Am Neumarkt 😱 avatar

TGINSIGHT POST

Post #170

@amneumarkt

Am Neumarkt 😱

Visninger113Antal visninger
Publiceret27. jan.27.01.2021, 14.08
Indhold

Opslagsindhold

#git https://mergebase.com/doing-git-wrong/2018/03/07/fun-with-git-pull-rebase/ > Some people claim “git fetch; git rebase origin/master” is equivalent to “git pull -r”, but it isn’t. git pull -r also deals with squashes. #TIL > Rebase hell happens when several commits on your branch edit the same area, and upstream also touched the same area. The problem occurs because each conflict resolution will itself conflict with the subsequent commit in the series.