On Tue, Aug 31, 2010 at 10:38:39AM -0400, Casey Dahlin wrote: > > And we can exchange them > > casey@host_a$ git hive fetch nguyen for_casey > casey@host_a$ git branch > * master > stable > for_casey > > Note that the two arguments in fetch are a regex which searches through user > IDs and a branch name, which is why I can abbreviate to just "nguyen" in all > lower case. Any possibilty for adding remote helper for fetching/pulling directly using fetch? You have full-duplex connectivity and Git running on both ends, right[1]? [1] remote-helper connect command is designed for just these sort of cases. -Ilari -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html