PreAmbul is a free Android application for tourism and excursions.
- git add : Add a file to repository
- git status : Check status of current edits
- git commit -m "" : Commit your edits, you should always verify your edits with git status before commit
- git push origin : Send your commit to the repository
The repository has a well-defined branches system. You can see how branches works here. We use this branches system.
PreAmbul est une application Android libre et gratuite pour promouvoir le tourisme local à travers les randonnées.
- git add : Ajouter un fichier au dépôt
- git status : Consulter l'état de vos modifications
- git commit -m "" : Commiter vos modifications, vous devez toujours vérifier celles-ci avec git status avant envoi
- git push origin : Envoyer votre commit au dépôt
Notre dépôt a une structure de branches bien définie. Pour rappel, vous pouvez voir comment fonctionnent les branches ici. Nous utilisons cette organisation de branches.