Hi,

Am 10.10.2016 um 15:42 schrieb ren...@openmailbox.org:
> $ git checkout gnu/packages/gnome.scm

This command will revert any changes (if any) in file
gnu/packages/gnome.scm. Since you just checkedout master ans did not
change anything, there is no change to revert of course.

So you must pass the name of the branch your two patches live on, not
the filename.

If you do not have a branch, do the follwoing:

git checkout -b gnome-bluefish
# search for your two patches, e.g using "git reflog | grep gunimap" 
and "git reflog | grep bluefish"
git cherry-pick abcdefg  # use commit-id of gunimap patch
git cherry-pick abcdefg  # use commit-id of bluefish patch


-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goe...@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |


Reply via email to