git



ritratto di dbanchero

Installare e configurare un server GIT

 Breve how to su come creare un server GIT.

Una volta creato un repo, con i seguenti passi si aggiorna la prima volta da locale:

  • git clone git@git.wellnet.it:nomerepo.git
  • git add .
  • git commit -am "...."
  • git push --all
categorie: