[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: proof read
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: proof read |
Date: |
Thu, 21 Nov 2019 16:05:31 +0100 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 9f8ea80 proof read
9f8ea80 is described below
commit 9f8ea80b3f18ba93ad44a58569b8ecea54f13a47
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Nov 21 16:05:24 2019 +0100
proof read
---
developers-manual.rst | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/developers-manual.rst b/developers-manual.rst
index f008b80..8c3a7b4 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -29,7 +29,7 @@ login.
Code Repositories
-----------------
-Taler code is versioned via Git. For those users without write access, all the
+Taler code is versioned with Git. For those users without write access, all the
codebases are found at the following URL:
::
@@ -45,12 +45,12 @@ Committing code
To obtain Git access, you need to send us your SSH public key. You can
find instructions on how to do so in the `Git book
<https://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key>`_.
-If you have been granted write access, you fist of all must change the URL of
+If you have been granted write access, you first of all must change the URL of
the respective repository to:
::
- git://address@hidden/<repository>
+ ssh://address@hidden/<repository>
For an existing checkout, this can be done by editing the ``.git/config`` file.
@@ -85,6 +85,18 @@ to receive friendly reminders if your change did not live up
to this simple
standard. We plan to move to a system where the CI guarantees this invariant
in the future.
+In order to keep a linear and clean commits history, we advise to avoid
+merge commits and instead always rebase your changes before pushing to
+the master branch. If you commit and later find out that new commits were
+pushed, the following command will pull the new commits and rebase yours
+on top of them.
+
+::
+
+ # -S instructs Git to (re)sign your commits
+ $ git pull --rebase -S
+
+
Taler Deployment on gv.taler.net
================================
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: proof read,
gnunet <=