Skip to content

Instantly share code, notes, and snippets.

@pablomp
Last active December 20, 2015 13:29

Revisions

  1. @pmperez-larioja pmperez-larioja revised this gist Aug 2, 2013. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions Crear submódulo
    Original file line number Diff line number Diff line change
    @@ -5,3 +5,4 @@ git submodule update

    git commit -m "<mensaje commit>"

    git push
  2. @pmperez-larioja pmperez-larioja revised this gist Aug 2, 2013. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Crear submódulo
    Original file line number Diff line number Diff line change
    @@ -3,3 +3,5 @@ git submodule add <url del repositorio git> <ruta/subruta>
    git submodule init
    git submodule update

    git commit -m "<mensaje commit>"

  3. @pmperez-larioja pmperez-larioja created this gist Aug 2, 2013.
    5 changes: 5 additions & 0 deletions Crear submódulo
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    git submodule add <url del repositorio git> <ruta/subruta>

    git submodule init
    git submodule update