This shows you the differences between two versions of the page.
en:git [2017/01/06 09:30] 127.0.0.1 external edit |
en:git [2018/01/03 18:57] (current) bp Updated to github |
||
---|---|---|---|
Line 35: | Line 35: | ||
If all you need is to browse the sources, you can go to | If all you need is to browse the sources, you can go to | ||
- | [[http://www.oofem.org/gitweb|www.oofem.org/gitweb]]. | + | [[https://github.com/oofem/oofem|github.com/oofem/oofem]]. |
To grab a copy of the latest version of OOFEM using anonymous git | To grab a copy of the latest version of OOFEM using anonymous git | ||
Line 42: | Line 42: | ||
<code> | <code> | ||
- | git clone http://www.oofem.org/git/oofem.git oofem.git | + | git clone https://github.com/oofem/oofem.git |
</code> | </code> | ||