Commit Graph

5 Commits

Author SHA1 Message Date
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
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
Steve Streeting
e5e4dd9b4d Fix pull test 2015-07-27 11:41:30 +01:00
Steve Streeting
096b6da385 Add pull test (failing initially) 2015-07-24 18:12:45 +01:00