[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [Git] (edit) Move user instructions from Git to UsingGit
From: |
Beuc |
Subject: |
[Savannah-cvs] [Git] (edit) Move user instructions from Git to UsingGit |
Date: |
Tue, 26 Jun 2007 22:08:15 +0000 |
??changed:
-http://cvs.sv.gnu.org/gitweb/
User documentation: UsingGit
??changed:
- APT is configured to use backport's (Debian testing's) version if we're
really late.
-
- Repositories are in /subsystems/cvs/srv/git/project_name.git for now. git+ssh
is supported in Savane's sv_membersh (delegates to git-shell). The git://
lightweight protocol is also available, check etc/xinetd.d/git.
Repositories are in /subsystems/cvs/srv/git/project_name.git for now.
git+ssh is supported in Savane's sv_membersh (delegates to git-shell).
The git:// lightweight protocol is also available, check etc/xinetd.d/git.
??changed:
- * Implement repository instanciation in Savane - more generally git support.
-
- * Repository optimization (packing, pruning) needs to be done at some points,
probably via hooks. git:// doesn't allow this kind of operations. At
kernel.org, people usually have shell access and a private/non-shared
repository, so they don't have this kind of issues. The doc says: "packing
every 4-5MB of loose objects accumulation may be a good rule of thumb."
(http://www.kernel.org/pub/software/scm/git/docs/everyday.html#Basic%20Repository)
* Implement repository instanciation in Savane - more generally git support.
[Basic Git support implemented]
* Repository optimization (packing, pruning) needs to be done at some points,
probably via hooks. git:// doesn't allow this kind of operations. At
kernel.org, people usually have shell access and a private/non-shared
repository, so they don't have this kind of issues. The doc says: "packing
every 4-5MB of loose objects accumulation may be a good rule of thumb."
(http://www.kernel.org/pub/software/scm/git/docs/everyday.html#Basic%20Repository)
[It's now automatically done by git]
--removed:
-
-Setup:
-
- Your identify for when you push commits (strongly recommended)::
-
- git config --global user.name "Your Name Comes Here"
- git config --global user.email address@hidden
-
- Enable colors (optional)::
-
- git config --global color.diff auto
- git config --global color.status auto
- git config --global color.branch auto
-
-
-Basic commands:
-
- * Checkout::
-
-[101 more lines...]
--removed:
- * CVS import issues: http://www.spinics.net/lists/git/msg05266.html
-
- * repo.or.cz: hosting system similar to Savannah. Offers a public ''mob''
branch. The internals look a bit ad-hoc (lots of cron jobs that changes all
permissions, privileges to Apache instead of a cron'd backend).
-
--removed:
- * http://git.or.cz/course/ - "switching to git" crash course (from CVS, Git,
and also Quilt->StGit)
-
- * http://www.kernel.org/pub/software/scm/git/docs/tutorial.html - Tutorial
-
- * http://www.kernel.org/pub/software/scm/git/docs/everyday.html - Everyday
GIT With 20 Commands Or So
-
--
forwarded from
https://savannah.gnu.org/maintenance/address@hidden://savannah.gnu.org/maintenance
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [Git] (edit) Move user instructions from Git to UsingGit,
Beuc <=