Carsten Dominik <[EMAIL PROTECTED]> writes: > On Nov 14, 2008, at 6:58 PM, Bernt Hansen wrote: > >> - org-remember-store-without-prompt >> --- >> >> Minor typo fix in the documentation. This is available on the >> git://git.norang.ca/org-mode repository on the 'for-carsten' branch. >> >> You can cherry pick commits easily with gitk as follows: >> >> $ git checkout master >> $ git fetch git://git.norang.ca/org-mode for-carsten >> $ gitk master FETCH_HEAD >> >> Then right-click on the commits on FETCH_HEAD and select 'Cherry-pick >> this commit' from the menu. This adds the commit to your current >> (master) branch. > > To the master? No matter on which branch I am? Or will it be added > to the current HEAD? > > This is an awesome feature. Git is incredible.
It cherry picks to your current branch HEAD. You can checkout different branches in gitk by right-clicking on the branch tag. You can also create tags, and do various other useful operations. You can also cherry pick manually with $ git cherry-pick FETCH_HEAD^ There's nothing really special about the 'master' branch. It's just a name and most repositories have a master branch - but you don't have to have one of those. You can delete it, rename it to something else, whatever - it's just a name. Regards, Bernt _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode