On Mon, Mar 18, 2013 at 9:16 AM, Ramkumar Ramachandra
[off-list ref] wrote:
- If no remote is configured, or if you are not on any branch,
- it defaults to `origin` for fetching and `remote.pushdefault`
- for pushing.
+ The remote to push to, for the current branch, may be further
+ overriden by `branch.<name>.pushremote`. If no remote is
s/overriden/overridden/
+ configured, or if you are not on any branch, it defaults to
+ `origin` for fetching and `remote.pushdefault` for pushing.
+
remote.pushdefault::
The remote to push to by default. Overrides
- `branch.<name>.remote` for all branches.
+ `branch.<name>.remote` for all branches, and is overriden by
Ditto: s/overriden/overridden/
+ `branch.<name>.pushremote` for specific branches.