Commit Graph

4 Commits

Author SHA1 Message Date
rick
62b1df868a remove empty section 2015-09-17 15:47:35 -06:00
Steve Streeting
b5df63c071 Add optional remote arg to fetch & pull, and default to tracking remote
The first arg to fetch & pull is now a remote. In addition, the default
remote if you don't specify is now the tracking remote as in `git pull`
if it exists, and origin if that's not set. This makes it more consistent
with the underlying git workflow especially in triangular fork setups.
2015-08-13 17:22:29 +01:00
Steve Streeting
451b03edf9 Adding --include and --exclude args to fetch/pull 2015-08-10 17:00:10 +01:00
Steve Streeting
001ddcd7cf Work in progress refactoring fetch into fetch/checkout/pull
Also fixes #514
2015-07-24 14:56:54 +01:00