[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] Re: iPhone ----> org-mode
From: |
Bernt Hansen |
Subject: |
[Orgmode] Re: iPhone ----> org-mode |
Date: |
Wed, 25 Mar 2009 10:29:02 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Ian Barton <address@hidden> writes:
> Don't worry it wont:) I have set up a repo for my Python version at
> git://github.com/geekinthesticks/org-reqall.git . It doesn't have
> anything in it at the moment, because I stupidly put my own reqall rss
> url in one of the versions for testing purposes, so its in the version
> history.
>
> Once I am happy that I have worked out how to make git rewrite
> history, I'll push it up there and post another message here.
You can use git rebase -i to rewrite the commit with your private URL
(maybe to a configuration variable value instead) and then push the
result.
Something like this:
git rebase -i <Commit SHA to fix>^
<edit file to fix it up>
git add <file>
git rebase --continue
HTH,
Bernt
- Re: [Orgmode] iPhone ----> org-mode, (continued)
- Re: [Orgmode] iPhone ----> org-mode, Ian Barton, 2009/03/25
- Message not available
- Re: [Orgmode] iPhone ----> org-mode, Carsten Dominik, 2009/03/27
- Re: [Orgmode] iPhone ----> org-mode, Sven Bretfeld, 2009/03/27
- Re: [Orgmode] iPhone ----> org-mode, Carsten Dominik, 2009/03/27
- Re: [Orgmode] iPhone ----> org-mode, David Bremner, 2009/03/27
- [Orgmode] Re: iPhone ----> org-mode,
Bernt Hansen <=