You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/04/24 22:15:50 UTC

git commit: Update processing-pull-requests.md

Repository: cordova-coho
Updated Branches:
  refs/heads/master b8f3a0f98 -> 6dd576d3a


Update processing-pull-requests.md

Mention that coho list-pulls also provides commands to run

Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/6dd576d3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/6dd576d3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/6dd576d3

Branch: refs/heads/master
Commit: 6dd576d3a5965386b2fafb9778dcf1ae3ab5769e
Parents: b8f3a0f
Author: Michal Mocny <mm...@gmail.com>
Authored: Thu Apr 24 16:12:49 2014 -0400
Committer: Michal Mocny <mm...@gmail.com>
Committed: Thu Apr 24 16:12:49 2014 -0400

----------------------------------------------------------------------
 docs/processing-pull-requests.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/6dd576d3/docs/processing-pull-requests.md
----------------------------------------------------------------------
diff --git a/docs/processing-pull-requests.md b/docs/processing-pull-requests.md
index a62feba..0230683 100644
--- a/docs/processing-pull-requests.md
+++ b/docs/processing-pull-requests.md
@@ -35,6 +35,7 @@ _Thanks for the pull request. I've had a look at it and think it looks good. Bef
 ## Step 3: Merge the change
 Run the following as an exemplary way to merge to master:
 
+    # Pro Tip: coho list-pulls will generate the following commands for copy&paste
     git pull https://github.com/GitHubUser/cordova-FOO BRANCH
     git rebase origin/MASTER_OR_DEV -i