Update README_GIT
This commit is contained in:
parent
57dd93f8ea
commit
87aa678e45
28
README_GIT
28
README_GIT
|
@ -9,28 +9,34 @@ development.
|
||||||
|
|
||||||
* Main rules
|
* Main rules
|
||||||
|
|
||||||
1. The git repository is hosted publicly at repo.or.cz. Anyone
|
1. The master git repository is hosted publicly at orgmode.org.
|
||||||
can get a clone of the current repository state using the
|
Anyone can get a clone of the current repository state using
|
||||||
command
|
the command
|
||||||
|
|
||||||
git clone git://repo.or.cz/org-mode.git
|
git clone git://orgmode.org/org-mode.git
|
||||||
|
|
||||||
Having a clone is sufficient to start hacking and to produce
|
Having a clone is sufficient to start hacking and to produce
|
||||||
patches that can easily and consistently be applied to the
|
patches that can easily and consistently be applied to the
|
||||||
main repository.
|
main repository.
|
||||||
|
|
||||||
2. People who are interested to participate in the Org-mode
|
2. There is a mirror hosted publicly at repo.or.cz. Anyone can
|
||||||
development can do so by sending patches to
|
get a clone of the current repository state using the command
|
||||||
emacs-orgmode@gnu.org.
|
|
||||||
|
|
||||||
3. An interested developer can also request push access to the
|
git clone git://repo.or.cz/org-mode.git
|
||||||
central repository by sending his/her user-info at repo.or.cz
|
|
||||||
the maintainer of Org-mode.
|
3. People who are interested to participate in the Org-mode
|
||||||
|
development can to so by sending patches to this address:
|
||||||
|
|
||||||
|
emacs-orgmode@gnu.org
|
||||||
|
|
||||||
|
4. An interested developer can also request push access to the
|
||||||
|
central repository by sending her/his user-info to the
|
||||||
|
maintainer of Org-mode or the webmaster of orgmode.org.
|
||||||
|
|
||||||
After you have been added as a user with push privileges,
|
After you have been added as a user with push privileges,
|
||||||
clone the repository through ssh using
|
clone the repository through ssh using
|
||||||
|
|
||||||
git+ssh://repo.or.cz/srv/git/org-mode.git
|
git clone orgmode@orgmode.org:org-mode.git
|
||||||
|
|
||||||
By requesting push access, you acknowledge that you have read
|
By requesting push access, you acknowledge that you have read
|
||||||
and agreed with the following rules:
|
and agreed with the following rules:
|
||||||
|
|
Loading…
Reference in New Issue