Outils pour utilisateurs

Outils du site


informatique:gitlab

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
Dernière révisionLes deux révisions suivantes
informatique:gitlab [24/12/2013 16:35] – gitlab_url dans /home/git/gitlab-shell/config.yml doit bien matché l'url du GitLab cyrilleinformatique:gitlab [10/10/2015 19:06] – [GitLab] cyrille
Ligne 2: Ligne 2:
  
  
-Voir aussi: [[/informatique/git]]+Voir aussi: [[/informatique/git]], [[http://gogs.io/|Gogs]]
  
 ===== Installation ===== ===== Installation =====
Ligne 42: Ligne 42:
  
 ===== First project ===== ===== First project =====
 +
 +==== Solution #01 ====
  
 {{:informatique:gitlab_-_first_project.png?200|GitLab first project}} {{:informatique:gitlab_-_first_project.png?200|GitLab first project}}
Ligne 62: Ligne 64:
   git push -u origin master   git push -u origin master
  
 +==== Solution #02 ====
  
 +  $ git clone git@git.comptoir.net:cyrille.giquello/essais02.git
 +  Cloning into 'essais02'...
 +  warning: You appear to have cloned an empty repository.
 +  $ cd essais02
 +  $ touch README
 +  $ git add README
 +  $ git commit -a -m '1er commit'
 +  $ git push origin master
 +  Counting objects: 3, done.
 +  Writing objects: 100% (3/3), 210 bytes, done.
 +  Total 3 (delta 0), reused 0 (delta 0)
 +  To git@git.comptoir.net:cyrille.giquello/essais02.git
 +   * [new branch]      master -> master
  
informatique/gitlab.txt · Dernière modification : 04/04/2016 18:05 de cyrille

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki