[git-users] How to contribute to documentation translation?

2013-01-26 Thread Tamer Shlash
Greetings, I've seen that there is an incomplete Arabic translation for the book docs here . My question is that if I wanted to contribute that translation, where do I get the source and commit to it? Thanks in advance :) --

Re: [git-users] How to contribute to documentation translation?

2013-01-26 Thread Philip Oakley
Tamer, If you look bottom left of the page you linked it indicates it is hosted on Gitbub at https://github.com/github/gitscm-next Browse through it to locate the Arabic version and do the Git thing [fork - update - push - Pull request].. If you are thinking of significant improvements, do c

Re: [git-users] How to contribute to documentation translation?

2013-01-26 Thread Philip Oakley
It liiks like it needs a link here - https://github.com/progit/progit/tree/master/ar for the book's source file (rather than the code that creates the web pages) - Original Message - From: Philip Oakley To: Tamer Shlash ; git-users@googlegroups.com Sent: Saturday, January 26, 2

Re: [git-users] How to contribute to documentation translation?

2013-01-26 Thread Mr.TAMER
That's exactly what I was looking for, thanks a lot :) On Sat, Jan 26, 2013 at 5:48 PM, Philip Oakley wrote: > ** > It liiks like it needs a link here - > https://github.com/progit/progit/tree/master/ar for the book's source > file (rather than the code that creates the web pages) > > - Orig

[git-users] Re: Trying to convert svn repos to Git repos

2013-01-26 Thread waas.nett
Just to finish up this discussion. I have loaded Ubuntu into Virtual Machine and installed Git there. The linux version was able load the full repos. Apparently, the tag with the white-space at the end seems to be lost, what is not real big tragedy. ;-) So far I could move the git cloned repos

[git-users] Git subtree included in mainline?

2013-01-26 Thread symack
Hello everyone, I noticed the following post regarding git-subtree being merged into mainline... http://news.ycombinator.com/item?id=3926683 however, when downloading the latest tarball version, I was not able to find it there. My question is, does git implement it's own subtree functionality?