Apologize for many questions.

git checkout master
git pull
git checkout your-branch-with-bluefish
git rebase master

I made:
$ git checkout master
        M       gnu/packages/gnome.scm
        Already on 'master'
        Your branch is up-to-date with 'origin/master'.
$ git pull
        Already up-to-date.
$ git checkout gnu/packages/gnome.scm
$ git rebase master
        Current branch master is up to date.

and now my new patches does not exists.

I need add boot patches in one?

Reply via email to