??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/[EMAIL 
PROTECTED]://savannah.gnu.org/maintenance


_______________________________________________
Savannah-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/savannah-cvs

Reply via email to