+ [2016-06-19T17:14:39Z] jhass https://developer.github.com/v3/orgs/teams/#add-or-update-team-repository
+ [2016-06-19T17:16:53Z] correct jhass: thank you sir, I'll take a gander
+ [2016-06-19T17:17:24Z] jhass interesting that you took the effort to look up my gender but not to browse through the API docs
+ [2016-06-19T17:18:05Z] correct jhass: I was browsing through the wrong docs
+ [2016-06-19T17:18:35Z] correct I was looking at #add-team-repo

message no. 139739

Posted by J_128 in #github at 2016-06-19T00:07:10Z

Peng: Thanks!
+ [2016-06-20T09:25:13Z] acetakwas What does this line mean: `git pull -s recursive -X theirs upstream master`
+ [2016-06-20T10:00:58Z] Seveas acetakwas: 'fetch all things from upstream that I don't have, then merge their master branch into my current branch, using the recursive algorithm, prefering their changes over mine'
+ [2016-06-20T11:01:07Z] acetakwas Seveas:: Thanks