aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-05-13 17:00:21 +0100
committerChristopher Baines <mail@cbaines.net>2018-05-13 21:09:53 +0100
commit25d0fd47e5ccd49d0f3c069316f11c78e74c22c3 (patch)
treee4c2152d0ef51fb6b67169367e85b8fd9a4c64a3
parentf18edd863e8c316e61ddaf457ebcd7f14d25dcb1 (diff)
downloadmagit-tutorial-25d0fd47e5ccd49d0f3c069316f11c78e74c22c3.tar
magit-tutorial-25d0fd47e5ccd49d0f3c069316f11c78e74c22c3.tar.gz
Fill in the Pushing section
-rw-r--r--README.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org
index 79043b8..e7f7ba9 100644
--- a/README.org
+++ b/README.org
@@ -117,6 +117,12 @@ to the Magit status window.
* Pushing
+To push, from the Magit status window press =P=. For the purposes of
+this tutorial, lets push the master branch of the local repository to
+a branch called =test-branch= in the =test= remote. To do this, after
+pressing =P=, select =e= for elsewhere, then enter =test/test-branch=
+and press =RET=.
+
* Pulling
* Interactive rebasing