+ [9 years ago] jhass https://developer.github.com/v3/orgs/teams/#add-or-update-team-repository
+ [9 years ago] correct jhass: thank you sir, I'll take a gander
+ [9 years ago] jhass interesting that you took the effort to look up my gender but not to browse through the API docs
+ [9 years ago] correct jhass: I was browsing through the wrong docs
+ [9 years ago] correct I was looking at #add-team-repo

message no. 139805

Posted by correct in #github at 2016-06-19T17:16:53Z

jhass: thank you sir, I'll take a gander
+ [9 years ago] acetakwas What does this line mean: `git pull -s recursive -X theirs upstream master`
+ [9 years ago] 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'