mirror of
https://salsa.debian.org/hertzog/debian-handbook.git
synced 2026-01-11 19:56:38 +00:00
Update Pro Git book link and correct minor typos
This commit is contained in:
parent
46119d19ad
commit
cbc6ffe892
1 changed files with 5 additions and 5 deletions
10
README.git
10
README.git
|
|
@ -11,7 +11,7 @@ If you don't know Git, please take the time to read a good tutorial:
|
|||
|
||||
$ man gittutorial
|
||||
|
||||
If you want a full book, you can checkout http://progit.org
|
||||
If you want a full book, you can check out https://git-scm.com/book
|
||||
|
||||
Configure git
|
||||
-------------
|
||||
|
|
@ -32,7 +32,7 @@ $ git clone git@salsa.debian.org:hertzog/debian-handbook.git
|
|||
Updating your working copy
|
||||
--------------------------
|
||||
|
||||
From time to time, you will have to integrate the changes commited by
|
||||
From time to time, you will have to integrate the changes committed by
|
||||
others since your last synchronization (in particular before a push,
|
||||
otherwise your push will be rejected), please use "git pull --rebase" for
|
||||
this.
|
||||
|
|
@ -51,7 +51,7 @@ To create an account on salsa.debian.org, follow the process from this
|
|||
page ("Create a new guest account"):
|
||||
https://signup.salsa.debian.org/
|
||||
|
||||
Then once logged with your new user account, you can visit
|
||||
Then once logged in with your new user account, you can visit
|
||||
https://salsa.debian.org/hertzog/debian-handbook and click on the "Fork"
|
||||
button. This will create a copy of the repository available under
|
||||
your own username. Assuming foobar-guest is your username, it would
|
||||
|
|
@ -60,7 +60,7 @@ and once you have configured your SSH key, you have full write access to
|
|||
your own repository with this git url:
|
||||
git@salsa.debian.org:foobar-guest/debian-handbook.git
|
||||
|
||||
After having pushed your worked somewhere in your own repository, you
|
||||
After having pushed your work somewhere in your own repository, you
|
||||
can create a merge request here:
|
||||
https://salsa.debian.org/hertzog/debian-handbook/merge_requests
|
||||
|
||||
|
|
@ -87,4 +87,4 @@ They have this format <codename>-<type>-<lang>-<edition>.
|
|||
<edition> is the edition number ("ed1" for the first edition)
|
||||
|
||||
debian/<version> tags point to the corresponding releases of the Debian
|
||||
package.
|
||||
package.
|
||||
Loading…
Add table
Reference in a new issue