You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2016/05/31 13:04:05 UTC

incubator-ponymail-site git commit: show <>

Repository: incubator-ponymail-site
Updated Branches:
  refs/heads/asf-site fad5d6055 -> e460b2e60


show <>


Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/commit/e460b2e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/tree/e460b2e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/diff/e460b2e6

Branch: refs/heads/asf-site
Commit: e460b2e6035ba8504666bc0dcec662b2e52f86f3
Parents: fad5d60
Author: humbedooh <hu...@apache.org>
Authored: Tue May 31 15:03:55 2016 +0200
Committer: humbedooh <hu...@apache.org>
Committed: Tue May 31 15:03:55 2016 +0200

----------------------------------------------------------------------
 content/contribute.html       | 2 +-
 source/markdown/contribute.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/e460b2e6/content/contribute.html
----------------------------------------------------------------------
diff --git a/content/contribute.html b/content/contribute.html
index a2fa5f0..17e6a8b 100644
--- a/content/contribute.html
+++ b/content/contribute.html
@@ -98,7 +98,7 @@ git rebase ponymail/master
 </pre></p>
 <p>At this point the local branch with one single commit on top of the latest master and it can be pushed to your fork:
 <pre>
-git push <your-fork's-remote> feature-branch -f # You might need to push with --force
+git push &lt;your-fork's-remote&gt; feature-branch -f # You might need to push with --force
                                                 # because of the rebase to the latest master
 </pre></p>
 <p>Now the pull request will be clean with one single commit and up to date

http://git-wip-us.apache.org/repos/asf/incubator-ponymail-site/blob/e460b2e6/source/markdown/contribute.md
----------------------------------------------------------------------
diff --git a/source/markdown/contribute.md b/source/markdown/contribute.md
index 664147b..b223cd9 100644
--- a/source/markdown/contribute.md
+++ b/source/markdown/contribute.md
@@ -66,7 +66,7 @@ git rebase ponymail/master
 
 At this point the local branch with one single commit on top of the latest master and it can be pushed to your fork:
 ~~~
-git push <your-fork's-remote> feature-branch -f # You might need to push with --force
+git push &lt;your-fork's-remote&gt; feature-branch -f # You might need to push with --force
                                                 # because of the rebase to the latest master
 ~~~