Hi Razequl,<div><br></div><div>As long as you try and test Git with your personal fork in your GitHub account, you can't do anything wrong.</div><div>Also, as long as you don't do a "git push ..." everything is only on your local repository and not on the GitHub repository.</div>

<div><br></div><div>What does "git remote -v" return? Does it return something like </div><div><br></div><div><div><font face="'courier new', monospace">origin<span class="Apple-tab-span" style="white-space:pre">    </span>git@github.com:zibon/pgrouting.git (fetch)</font></div>

<div><font face="'courier new', monospace">origin<span class="Apple-tab-span" style="white-space:pre">  </span>git@github.com:zibon/pgrouting.git (push)</font></div></div><div><br>Usual steps are:</div><div><ol><li>

git status<br>(tellys you which files have been modified and files that have not been added yet)</li><li>git add .<br>(add all files that have not been added yet ... or just specify the files/directories you want to add)</li>

<li>git commit -m "message" .<br>(commit all files that have not been added yet ... or just specify the files/directories you want to commit)</li><li>git pull <repository> <branch><br>(this will either tell you all is up-to-date, or merge was successful or tell you there was a merge conflict, that you need to resolve)</li>

<li>git push <repository> <branch><br>Push the changes to the repository)</li></ol><div>The default repository is named "origin", the default branch "master".</div><div><br></div><div>Can you once try all the 5 steps above and see if it solves your problem?</div>

<div><br></div><div>Daniel</div><br><br><br><br><div class="gmail_quote">On Sun, Jun 10, 2012 at 4:18 AM, Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Razequl,<br>
<br>
I will look at it tomorrow night late if I have a chance. Jay if you can make some time to review and comment that would be great also.<br>
<br>
I only have limited access at the moment and my favor <a href="http://gitref.org" target="_blank">gitref.org</a> site was broken last I checked. So off the top of my head I think the commands are something like:<br>
<br>
git add <list of files><br>
git commit<br>
git push origin master<br>
<br>
I think you can also do something like<br>
git -A commit<br>
which will commit all changed files, but you still probably new the git add for any new files you want to add to your directory.<br>
<br>
So read the docs and see if the above works.<br>
<br>
Thanks and congratulations for getting this far.<br>
<br>
-Steve<div><div class="h5"><br>
<br>
On 6/9/2012 3:46 AM, Razequl Islam wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi Steve,<br>
<br>
1.I implemented the first version bi directional shortest path using<br>
dijkstra and attached the source code in this mail. Please have a look<br>
and let me know your feedback.<br>
<br>
2. i tried to merge my source code to<br>
<a href="https://github.com/zibon/pgrouting" target="_blank">https://github.com/zibon/<u></u>pgrouting</a>. but failed.<br>
<br>
I have checked out the fork the local folder and created my source<br>
directory bdsp under the extra folder. Then<br>
i tried the following command:<br>
<br>
git push origin master<br>
<br>
After a few time it said that 'Everything up-to-date', but found no bdsp<br>
folder in <a href="https://github.com/zibon/pgrouting/tree/master/extra" target="_blank">https://github.com/zibon/<u></u>pgrouting/tree/master/extra</a>.<br>
<br>
3.I just copied my source code folder to my local repo directory. Is it<br>
necessary to commit every single file of my folder. If so then what is<br>
the procedure?<br>
<br>
regards<br>
razequl<br>
<br>
<br>
<br></div></div><div class="im">
______________________________<u></u>_________________<br>
pgrouting-dev mailing list<br>
<a href="mailto:pgrouting-dev@lists.osgeo.org" target="_blank">pgrouting-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/pgrouting-dev</a><br>
</div></blockquote><div class="HOEnZb"><div class="h5">
<br>
______________________________<u></u>_________________<br>
pgrouting-dev mailing list<br>
<a href="mailto:pgrouting-dev@lists.osgeo.org" target="_blank">pgrouting-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/pgrouting-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/pgrouting-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Georepublic UG & Georepublic Japan<br>eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66,99,171)" target="_blank">daniel.kastl@georepublic.de</a><br>

Web: <a href="http://georepublic.de/" style="color:rgb(66,99,171)" target="_blank">http://georepublic.de</a></span><br>
</div>