forked from products/PackageHub
18 lines
195 B
Markdown
18 lines
195 B
Markdown
|
|
||
|
Adding packages from Factory pool:
|
||
|
|
||
|
# git submodule add ../../pool/FreeCAD FreeCAD
|
||
|
|
||
|
|
||
|
Updating to current state:
|
||
|
|
||
|
# cd FreeCAD
|
||
|
# git pull
|
||
|
# cd -
|
||
|
|
||
|
Commiting current state:
|
||
|
|
||
|
# git commit -a
|
||
|
|
||
|
|