Quan els vostres fitxers estiguin preparats:
Si no teniu un compte de GNOME, heu de trobar un corresponsal que accepti «empènyer» els vostres fitxers; això no serà difícil si envieu un missatge a la llista. Podeu enviar els vostres fitxers xml i les imatges adjuntes en un fitxer comprimit (en un arbre que reprodueix el de les carpetes src i les carpetes d'imatges si envieu diversos fitxers per facilitar la tasca del vostre corresponsal), o bé envieu un «pedaç» que heu de crear.
Before creating a patch, you have to get all your xml files and images in the index. Being in the gimp-help folder, do git status. If you have files in the Untracked files section, run git add -A.
A continuació, executeu diff --full-index --binary origine > name-of-the-patch per crear el pedaç.
Tot anant bé, ja sabeu com gestionar el Git. Hi ha molts programes d'aprenentatge a la web.
A common workflow is:
- make validate-en
- git status
- git stash
- git pull
- git status
- git stash apply
- Eventually, fix conflicts
- git add -A
- git status
- git commit -m "a message"
- git push