1 | initial version |
cd my_sage_directory git pull trac develop make
This should not take as long, but still maybe a few hours.
2 | No.2 Revision |
Standard way is to do
cd my_sage_directory
git pull trac develop
makemake
This should not take as long, but still maybe a few hours.