Try GP in your browser Main Download Packages Funding SEARCH Help / Community FAQ Documentation Tutorials Mailing Lists Bugs Timeline Ateliers PARI/GP Library Publications Contributed GP scripts Links Fun! Development Latest Changes Version Control Coding Guidelines PariDroid Logo Tests & benchmarks Buildlogs Coverage Report Doc Coverage Refcards test Benchmarks WWW Stats |
Anonymous read-only GIT repositoryFirst connection to the GIT repositoryYou first need to fetch a working copy.PARI/GP: Type the following command from the shell git clone https://pari.math.u-bordeaux.fr/git/pari.gitThis creates a local copy of the distribution from the distant repository in local directory pari , which you may move or rename as you wish.
From now on, you can cd to this pari directory and
use any git command directly, as long as you remain there, or in
a subdirectory.
GP2C: Type the following command from the shell git clone https://pari.math.u-bordeaux.fr/git/gp2c.git What can I do now ?You can
On the other hand, you will not be able to commit directly your changes to our GIT repository using anonymous access: you need read-write access, which requires an account on our development machine. Version tags and branches
Starting from version 2.0.17, official releases are 'tagged' so that all
files pertaining to a given release can be simultaneously accessed without
tracking version numbers. Tag names are pari-version
e.g. git checkout pari-2.0.20The branch pari-2.5 denotes the stable branch 2.5.* as a
whole, and can be used to checkout up to date sources from that branch in
between releases. For instance:
git checkout pari-2.5produces the latest stable distribution with all relevant patches (the ones not affecting stability) backported. Tips and Caveats
|
PARI/GP Development
Last Modified: 2020-05-16 23:44:32
Copyleft © 2003-2022
the PARI group.