diff options
author | Christopher Baines <mail@cbaines.net> | 2018-05-13 17:00:21 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-05-13 21:09:53 +0100 |
commit | 25d0fd47e5ccd49d0f3c069316f11c78e74c22c3 (patch) | |
tree | e4c2152d0ef51fb6b67169367e85b8fd9a4c64a3 | |
parent | f18edd863e8c316e61ddaf457ebcd7f14d25dcb1 (diff) | |
download | magit-tutorial-25d0fd47e5ccd49d0f3c069316f11c78e74c22c3.tar magit-tutorial-25d0fd47e5ccd49d0f3c069316f11c78e74c22c3.tar.gz |
Fill in the Pushing section
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |