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
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 [04/04/2016 18:05] (Version actuelle) – [GitLab] Feature Highlight: Todos cyrille
Ligne 1: Ligne 1:
 ====== GitLab ====== ====== GitLab ======
  
 +Voir aussi: [[/informatique/git]], [[http://gogs.io/|Gogs]]
  
-Voir aussi: [[/informatique/git]]+La version 8.5 déchire !! C'est vraiment hyper efficace. 
 +  * [[https://about.gitlab.com/2016/03/02/gitlab-todos-feature-highlight/|Feature Highlight: Todos]] 
 +    * Un todo est automatiquement généré suite à une @mention. 
 +      * Si vous effectué l'action associée, le todo est clos. Si c'est qlq'un d'autre le todo n'est pas clôt
  
 ===== Installation ===== ===== Installation =====
Ligne 42: Ligne 46:
  
 ===== 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 68:
   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.1387899307.txt.gz · Dernière modification : 24/12/2013 16:35 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