Difference between revisions of "GitHub"

From Archiveteam
Jump to navigation Jump to search
(some updates)
(10 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Infobox project
{{Infobox project
| title = GitHub
| title = GitHub
| logo = GitHub_logo.png
| image = GitHub 1303511667338.png
| image = GitHub 1303511667338.png
| description =  
| description = A screen shot of the GitHub home page taken on 07 August 2014.
| URL = {{url|1=https://github.com/|2=GitHub}}
| URL = {{url|1=https://github.com/|2=GitHub}}
| project_status = {{online}}
| project_status = {{online}}
| archiving_status = {{nosavedyet}}
| archiving_status = {{nosavedyet}}
}}
}}
:''See also [[GitHub Downloads]]''


'''GitHub''' is a software repository powered by Git. Does not seem to have any site issues, often 24 hours uptime (see [http://status.github.com/ site status]). Looks pretty sunny at the moment, but when disaster strikes it would be a problem archiving the private repositories.
'''GitHub''' is a software repository powered by Git. Does not seem to have any site issues, often 24 hours uptime (see [http://status.github.com/ site status]). Looks pretty sunny at the moment, but when disaster strikes it would be a problem archiving the private repositories.


As of 16th November 2011: 1,122,240 people hosting over 3,197,699 git repositories.
As of 12th August 2012: 1,963,652 people hosting over 3,460,582 repositories [https://github.com/search?type=Repositories&q=fork%3Atrue 1,117,147 public repositories] are forks, which greatly reduces the amount of data required to archive it.
 
== Backup tools ==
 
"git clone" is the simplest one. However, it does not get some project data that is not stored in git, including issue reports, comments, pull requests.
 
[http://github.com/joeyh/github-backup github-backup] runs in a git repository and chases down that information,
committing it to a "github" branch. It also chases down the forks and efficiently downloads them as well.


{{expand}}
[http://www.githubarchive.org/ githubarchive.org] is creating an archive of the github "timeline", that is, all events like git pushes, forks, created issues, pull requests, … .


== External links ==
== External links ==

Revision as of 18:45, 7 August 2014

GitHub
GitHub logo
A screen shot of the GitHub home page taken on 07 August 2014.
A screen shot of the GitHub home page taken on 07 August 2014.
URL GitHub[IAWcite.todayMemWeb]
Status Online!
Archiving status Not saved yet
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)
See also GitHub Downloads

GitHub is a software repository powered by Git. Does not seem to have any site issues, often 24 hours uptime (see site status). Looks pretty sunny at the moment, but when disaster strikes it would be a problem archiving the private repositories.

As of 12th August 2012: 1,963,652 people hosting over 3,460,582 repositories 1,117,147 public repositories are forks, which greatly reduces the amount of data required to archive it.

Backup tools

"git clone" is the simplest one. However, it does not get some project data that is not stored in git, including issue reports, comments, pull requests.

github-backup runs in a git repository and chases down that information, committing it to a "github" branch. It also chases down the forks and efficiently downloads them as well.

githubarchive.org is creating an archive of the github "timeline", that is, all events like git pushes, forks, created issues, pull requests, … .

External links