User Tools

Site Tools


git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
git [2014/09/02 18:04] – [Update a submodules repo] admingit [2014/09/02 18:22] – [Update a submodules repo] admin
Line 54: Line 54:
 Example: Example:
  
 +  cd /YOUR/CLONED/REPO
   git submodule add https://redmine.knallimall.org/git/imagemap/ dokuwiki_imagemap   git submodule add https://redmine.knallimall.org/git/imagemap/ dokuwiki_imagemap
   git add .   git add .
Line 77: Line 78:
   git commit -am "Upgrade submodules ..."   git commit -am "Upgrade submodules ..."
   git push origin   git push origin
 +
 +===== Pull =====
 +
 +  git pull origin
 +  git submodule update
git.txt · Last modified: 2021/01/19 23:58 by admin