[ros-users] [Discourse.ros.org] [General] Microsoft acquirin…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Floris Erich via ros-users
Date:  
To: ros-users
CC: Floris Erich
Subject: [ros-users] [Discourse.ros.org] [General] Microsoft acquiring GitHub


In terms of code, basically every `git clone` living on people's machine is already a backup, and it includes all branches (try running `git branch -a` for example).

Regarding issues, pull requests etc, GitHub has a REST API which you can use for that. If you for example want the issues reported on https://www.github.com/ros/ros, you can simply do `curl -i https://api.github.com/repos/ros/ros/issues`. For getting a list of forks, do `curl -i https://api.github.com/repos/ros/ros/forks`.

Maybe this could be integrated with ROS.org's "browse software" or the wiki for each package (e.g. show branches, list issues).





---
[Visit Topic](https://discourse.ros.org/t/microsoft-acquiring-github/5016/19) or reply to this email to respond.


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>