emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [PATCH] Fix spelling in variable documentation


From: Bernt Hansen
Subject: Re: [Orgmode] [PATCH] Fix spelling in variable documentation
Date: Fri, 14 Nov 2008 16:37:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Carsten Dominik <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]