You should have this on your ~/.gitconfig<br><br>[url "git://<a href="http://anongit.kde.org/">anongit.kde.org/</a>"]<br>    insteadOf = kde:<br>[url "ssh://<a href="http://git@git.kde.org/">git@git.kde.org/</a>"]<br>
    pushInsteadOf = kde:<br><br>That takes care of the conversion for the push URL<br><br>Regards,<br>Alvaro<br><br><div class="gmail_quote">On Wed, Nov 16, 2011 at 9:37 AM, Allan <span dir="ltr"><<a href="mailto:agander93@gmail.com">agander93@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="HOEnZb"><div class="h5">On 16/11/11 12:23, Cristian Oneț wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2011/11/16 Allan<<a href="mailto:agander93@gmail.com" target="_blank">agander93@gmail.com</a>>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I'm afraid I'm not yet clear on exactly what I need to do when it's OK to go<br>
ahead and commit the new CSV plugin.<br>
<br>
I know what the url is (git@git.kde.org:kmymoney), but do I still need to<br>
enter my ID as with svn?  If so, what would be the full command line?<br>
</blockquote>
<br>
The authentication mechanism is the same as the one used in SVN.<br>
<br>
To merge your changes into master (only affects you local repository)<br>
$git checkout your_csv_dev_branch<br>
$git rebase master<br>
$git diff master<br>
make sure that the difference is the development done by you in this branch<br>
$git checkout master<br>
$git merge your_csv_dev_branch<br>
<br>
The command lines would be the following (assuming that you already<br>
merged the changes that you wanted to push in your local master).<br>
<br>
$git checkout master<br>
$git pull --rebase<br>
$git diff origin/master<br>
make sure that the difference is the commit you actually want to push<br>
$git push<br>
the last command will affect the shared repository<br>
<br>
Regards,<br>
Cristian<br>
<br>
P.S: I've applied you patch from the review request successfully but I<br>
didn't have time to test it running<br>
P.S2: I've written the above commands from my memory - replace<br>
'your_csv_dev_branch; with the name of your branch<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Sorry to be dim, but I don't want to mess things up.<br>
<br>
Allan<br>
</blockquote></blockquote>
<br></div></div>
Sorry, but I didn't make myself clear.<br>
<br>
With svn, there are two different commands for initial access -<br>
svn://<a href="http://anonsvn.kde.org/home/kde/trunk/extragear/office/kmymoney" target="_blank">anonsvn.kde.org/home/<u></u>kde/trunk/extragear/office/<u></u>kmymoney</a> and<br>
svn+ssh://<a href="http://allananderson@svn.kde.org/home/kde/trunk/extragear/office/kmymoney" target="_blank">allananderson@svn.<u></u>kde.org/home/kde/trunk/<u></u>extragear/office/kmymoney</a><br>
<br>
With Git, the first equivalent is -<br>
git clone git://<a href="http://anongit.kde.org/kmymoney" target="_blank">anongit.kde.org/kmymoney</a><br>
but it's the ssh version I'm not clear on, and I don't want to guess.<div class="HOEnZb"><div class="h5"><br>
<br>
Allan<br>
______________________________<u></u>_________________<br>
KMyMoney-devel mailing list<br>
<a href="mailto:KMyMoney-devel@kde.org" target="_blank">KMyMoney-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/kmymoney-devel" target="_blank">https://mail.kde.org/mailman/<u></u>listinfo/kmymoney-devel</a><br>
</div></div></blockquote></div><br>