Davide Pizzetti wrote:
Il giorno dom, 28/06/2009 alle 17.43 +0400, Nikolay Sivov ha scritto:
Davide Pizzetti wrote:
I've got another question: i've created some new files and translated
them into italian. How can i submit them as a patch? I made a git diff
but these files i created don't appear there
As I told you. Do 'git add <new file path relative to tree>'. This will add it to your local repo.

i used 'git add' but i can't understand how i can submit the new files
as a patch, since i get only a diff for the list of the current
languages
Do 'git commit -a' and 'git format-patch' will do what you want after that.



Reply via email to