From ce36552083ef281d4c90b2396a56afa039e119b0 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Sun, 14 Dec 2014 14:32:56 +0800 Subject: [PATCH] doc/contribute: add necessary tags, remove an extra close parenthesis. Change-Id: I7238ae84d637534a345e5d077b8c63466148bd75 Reviewed-on: https://go-review.googlesource.com/1521 Reviewed-by: Russ Cox --- doc/contribute.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contribute.html b/doc/contribute.html index efd5040097..63d477462c 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -154,7 +154,7 @@ Git, note that you still need the commit hooks that the git-codereview command configures; those hooks add a Gerrit Change-Id line to the commit message and check that all Go source files have been formatted with gofmt. Even if you intend to use plain Git for daily work, install the hooks in a new Git -checkout by running git-codereview hooks). +checkout by running git-codereview hooks.

Set up git aliases

@@ -461,7 +461,7 @@ $ git sync

-(In git terms, git sync runs +(In git terms, git sync runs git pull -r.)

-- 2.50.0