User Tools

Site Tools


geda

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
geda [2016/01/26 15:47] – [Create Footprint] sdoltgeda [2019/08/29 12:04] (current) – [Create a new project] maferreira
Line 36: Line 36:
 When cloning a project from git.bolay.co, don't forget to do: When cloning a project from git.bolay.co, don't forget to do:
 <code bash> <code bash>
-  git clone git@git.bolay.co:MyProject.get+  git clone git@git.bolay.co:MyProject.git
   git submodule init   git submodule init
   git submodule update   git submodule update
-  ./Libs/install.sh+   
 +  git pull origin <branch>   
 +</code> 
 + 
 +Or  
 + 
 +<code bash> 
 +  git clone --rerursive git@git.bolay.co:MyProject.git 
 +  cd MyProject 
 +  git pull origin <branch>
 </code> </code>
  
 When you want to modify a libray: When you want to modify a libray:
 <code bash> <code bash>
 +  ./Libs/install.sh
   cd Libs/   cd Libs/
   git checkout origin/develop # Don't forget   git checkout origin/develop # Don't forget
geda.1453823275.txt.gz · Last modified: 2016/01/26 15:47 by sdolt