mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
17 lines
352 B
Text
17 lines
352 B
Text
|
Anonymous git Access
|
||
|
|
||
|
To get the Mesa sources anonymously (read-only):
|
||
|
|
||
|
1. Install the git software on your computer if needed.
|
||
|
|
||
|
2. Get an initial, local copy of the repository with:
|
||
|
|
||
|
git clone git://anongit.freedesktop.org/git/mesa/mesa
|
||
|
|
||
|
|
||
|
3. Later, you can update your tree from the master repository with:
|
||
|
|
||
|
git pull origin
|
||
|
|
||
|
|