Technical support > Bugs in stable version (2.5)
screen shows defeat while stats say victory
kurja:
exactly what does rebasing achieve? if not using any mods or branches, does it do anything?
geever:
if you don't commit anything it does nothing afaik. But the best is imho setting up an alias:
--- Code: ---git config alias.up "pull --rebase"
--- End code ---
So you only have to type git up as it was an SVN, and still cared about accidental merge-commits.
-geever
Jon_dArc:
--- Quote from: Sandro on June 12, 2012, 02:10:46 pm ---Proper way is to use "git pull --rebase" instead of "git fetch".
--- End quote ---
Hah, I'm a dumbass. Yes, "git pull" is what I've been using, not "git fetch", ignore my previous comment. I have not found it necessary to use the --rebase flag, despite having local commits and branches.
~J
Navigation
[0] Message Index
[*] Previous page
Go to full version