Update page 'Home'

master
putro 2019-03-29 19:18:20 +01:00
commit 04e9b68ffd
1 changed files with 15 additions and 0 deletions

15
Home.md 100644

@ -0,0 +1,15 @@
Per contribuire allo sviluppo, se avete un account git su questo server:
1. forkare il repository
1. creare un branch sul proprio repository forkato
1. fare le modifiche del caso
1. dal sito fare una pull request
1. attendere che venga approvata
per riprendere le modifiche apportate e incorporarle nel proprio fork:
1. git remote add upstream https://git.abbiamoundominio.org/dan/minimo.git
1. git fetch upstream
1. git pull upstream master