Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nattable-dev] git rebase

Hi all,

you are all familiar with 'git rebase' when fetching/pulling changes from eclipse and "join" them with your local changes?

For motivation see e.g.
http://stackoverflow.com/questions/2472254/when-should-i-use-git-pull-rebase

For short instructions and demo see e.g.
http://gitready.com/advanced/2009/02/11/pull-with-rebase.html

(git pull --rebase = git fetch + git rebase)

Ciao,
Stephan


Back to the top