[Style] Fix git intor link & it's no longer just mine.
This commit is contained in:
parent
242e53b01c
commit
adca5a7abc
|
@ -58,32 +58,29 @@ On occasion, you will find that you are spending a significant amount of
|
||||||
you will not know for a long time whether the performance implication
|
you will not know for a long time whether the performance implication
|
||||||
allow a commit to the PLT repository.
|
allow a commit to the PLT repository.
|
||||||
|
|
||||||
@margin-note*{See @hyperlink["http://tmp.barzilay.org/git.txt"]{Eli
|
@margin-note*{See
|
||||||
Barzilay's write-up} on using git in PLT for details.}
|
@hyperlink["http://git.racket-lang.org/intro.html"]{the write-up} on
|
||||||
|
using git in PLT for details.}
|
||||||
|
|
||||||
As a reminder, here are the essential elements of git for working on a
|
As a reminder, here are the essential elements of git for working on a
|
||||||
fork:
|
fork:
|
||||||
@itemlist[
|
@itemlist[
|
||||||
|
|
||||||
@item{setup a fork:
|
@item{setup a fork:
|
||||||
|
@verbatim{
|
||||||
@verbatim{
|
ssh pltgit fork plt eli/my-plt}}
|
||||||
ssh pltgit fork plt eli/my-plt}
|
|
||||||
}
|
|
||||||
|
|
||||||
@item{setup mail notifications:
|
@item{setup mail notifications:
|
||||||
|
@verbatim{
|
||||||
@verbatim{
|
ssh pltgit config set eli/my-plt hooks.counter true
|
||||||
ssh pltgit config set eli/my-plt hooks.counter true
|
ssh pltgit config set eli/my-plt hooks.mailinglist "eli@barzilay.org,..."}}
|
||||||
ssh pltgit config set eli/my-plt hooks.mailinglist "eli at barzilay.org, ..."
|
|
||||||
}}
|
|
||||||
|
|
||||||
@item{allow someone else to push commits to my repository:
|
@item{allow someone else to push commits to my repository:
|
||||||
|
@verbatim{
|
||||||
|
ssh pltgit setperms eli/my-plt
|
||||||
|
RW eli
|
||||||
|
RW someone-else
|
||||||
|
^D}}
|
||||||
|
|
||||||
@verbatim{
|
|
||||||
ssh pltgit setperms eli/my-plt
|
|
||||||
RW eli
|
|
||||||
RW someone-else
|
|
||||||
^D
|
|
||||||
}}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user