savannah-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-cvs] [UsingGit] (edit) describe URLs + organize


From: Beuc
Subject: [Savannah-cvs] [UsingGit] (edit) describe URLs + organize
Date: Tue, 26 Jun 2007 22:21:12 +0000

??changed:
-URL-s:
-
-* git://git.sv.gnu.org/myproject.git
-* ssh://git.sv.gnu.org/srv/git/myproject.git
-* http://git.sv.gnu.org/r/myproject.git
URL-s summary:

* git://git.sv.gnu.org/myproject.git - git lightweight protocol (read-only 
access)
* ssh://git.sv.gnu.org/srv/git/myproject.git - developper access using SSH
* http://git.sv.gnu.org/r/myproject.git - slow dumb protocol, http-based, for 
use behind fascist firewalls

??changed:
-Setup
-=====
Basic commands
==============

* Checkout::

   git clone git://git.sv.gnu.org/project.git

* Firewall checkout: if you're behing a outgoing-traffic-filtering firewall, 
you can use Git's "dumb protocol" via HTTP
  - note that this is SLOWER,
  both for you and Savannah. Avoid if possible, and please tell your local 
sysadmin to allow outgoing git traffic (port 9418)::

   git clone http://git.sv.gnu.org/r/project.git

Developer setup
===============

??changed:
-
-Basic commands
-==============
-
-* Checkout::
-
-   git clone git://git.sv.gnu.org/project.git
-
-* Firewall checkout: if you're behing a outgoing-traffic-filtering firewall, 
you can use Git's "dumb protocol" via HTTP
-  - note that this is SLOWER,
-  both for you and Savannah. Avoid if possible, and please tell your local 
sysadmin to allow outgoing git traffic (port 9418)::
-
-   git clone http://git.sv.gnu.org/r/project.git
Developer basic commands
========================

--
forwarded from 
https://savannah.gnu.org/maintenance/address@hidden://savannah.gnu.org/maintenance




reply via email to

[Prev in Thread] Current Thread [Next in Thread]