Aug SEP Oct
29
2019 2020 2021
success
fail

About this capture

COLLECTED BY

Organization: Internet Archive

Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.

Collection: citypress.co.za

TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20200929084309/https://github.com/
 
Skip to content  



GitHub no longer supports this web browser.   Learn more about the browsers we support.  








Sign up  





Why GitHub?  
Features   

Code review

Project management

Integrations

Actions

Packages

Security

Team management

Hosting

Mobile
 


Customer stories 

Security 
 


Team  

Enterprise  

Explore  


Explore GitHub 
 

Learn & contribute



Topics

Collections

Trending

Learning Lab

Open source guides
 

Connect with others



Events

Community forum

GitHub Education

GitHub Stars program
 


Marketplace  

Pricing  
Plans   

Compare plans

Contact Sales
 


Nonprofit 

Education 
 







  • No suggested jump to results


Sign in   Sign up  







{{ message }}
 







Built for developers


GitHub is a development platform inspired by the way you work. From open sourcetobusiness, you can host and review code, manage projects, and build software alongside 50 million developers.  




Make sure it'sat least 15 charactersORat least 8 characters including a number and a lowercase letter. Learn more.

By clicking “Sign up for GitHub”, you agree to our Terms of Service and Privacy Statement. We’ll occasionally send you account related emails.


Sign up for GitHub  










Get started with GitHub Enterprise


Take collaboration to the next level with security and administrative features built for teams.  




Enterprise


Deploy to your environment or the cloud.
 
Start a free trial  


Talk to us


Need help?
 
Contact Sales   









NEW  

GitHub is now free for teams  


GitHub Free gives teams private repositories with unlimited collaborators at no cost. GitHub Team is now reduced to $4 per user/month.  



Try GitHub Free  





More than 2.9 million businesses and organizations use GitHub  



Airbnb
SAP
IBM
Google
PayPal
Bloomberg
Spotify
Swift
Facebook
Node.js
NASA
Walmart




GitHub for teams  


A better way to work together  

GitHub brings teams together to work through problems, move ideas forward, and learn from each other along the way.  

Sign up your team   










Write better code


Collaboration makes perfect. The conversations and code reviews that happen in pull requests help your team share the weight of your work and improve the software you build. Learn about code review.
 




Manage your chaos


Take a deep breath. On GitHub, project management happens in issues and project boards, right alongside your code. All you have to do is mention a teammate to get them involved. Learn about project management.
 




Find the right tools


Browse and buy apps from GitHub Marketplace with your GitHub account. Find the tools you like or discover new favoritesthen start using them in minutes. Learn about integrations.
 


See how the world's leading companies use GitHub Enterprise.  




 


MGM Resorts International


Hospitality  

Read more    



 


Nationwide


Insurance  

Read more    



 


SAP


Business Software  

Read more    



 


Spotify


Technology / Streaming  

Read more    




Security and administration  


Your business needs, met  

From flexible hosting to granular access controls, weve got your security requirements covered.  

How GitHub Enterprise works   Learn how GitHub Enterprise works   


Security and administration

Code security


Prevent problems before they happen. Protected branches, signed commits, and required status checks protect your work and help you maintain a high standard for your code.  

Access controlled


Encourage teams to work together while limiting access to those who need it with granular permissions and authentication through SAML/SSO and LDAP.  





Hosted where you need it


Securely and reliably host your work on GitHub using GitHub Enterprise Cloud. Or deploy GitHub Enterprise Server in your own data centers or in a private cloud using Amazon Web Services, Azure, or Google Cloud Platform.
 Compare plans   Contact Sales for more information   






Integrations  


Build on GitHub  

Customize your process with GitHub apps and an intuitive API. Integrate the tools you already use or discover new favorites to create a happier, more efficient way of working.  

Learn about integrations   



Slack
ZenHub
Travis CI
Atom
Circle CI
Google
Code Climate


Sometimes, theres more than one tool for the job. Why not try something new?  

Browse GitHub Marketplace   





Community  


Welcome home, 
developers  

GitHub is home to the worlds largest community of developers and their projects...  




 


Russell Keith-Magee


Russell Keith-Magee created BeeWare to fill a gap in his own process. Today, BeeWare is the go-to project for supporting Python on every platform.  

Read more    



 


Kris Nova


Kris Nova quickly developed a passion for open source software. Now she gets to work on open source tooling at her day job, which includes maintaining Kubernetes Operations (kops).  

Read more    



 


Evan You


In 2013, Evan You founded Vue, a Javascript framework funded by the community on Patreon. In 2016, Vue reached 2,000,000 downloads.  

Read more    



 


Jess Frazelle


Jess Frazelle works on Kubernetes full-time. Previously she maintained Docker, a software containerization platform used by thousands of teams.  

Read more    



...whether youre making your first commit or sending a Rover to Mars, theres room for you here, too.  



100M*  repositories worldwide  


GitHubs users create and maintain influential technologies alongside the worlds largest open source community.
 

50M*  developers worldwide  


Developers use GitHub for personal projects, from experimenting with new programming languages to hosting their lifes work.
 

2.9M*  businesses & organizations worldwide  


Businesses of all sizes use GitHub to support their development process and to securely build software.
 

* As of August 2019  






Get started for free  join the millions of developers already using GitHub to share their code, work together, and build amazing things.  




By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.











Where the world
 builds software.


Millions of developers and companies build, ship, and maintain their software on GitHubthe largest and most advanced development platform in the world.
 





50+ million


Developers
 

3+ million


Organizations
 

100+ million


Repositories
 

60%


Fortune 100
 








Planet earth with visualization of GitHub activity crossing the globe









Mona











Build like the best with GitHub Enterprise


Take collaboration to the next level with security and administrative features built for teams.
  Contact Sales 


Futuristic city scape Futuristic city scape











Sign up  










Give your code a
 home in the cloud

 




Record or rewind any change to your code to keep you and your team in sync. Host it all for free with unlimited public and private repositories.

 

kira-intern added some commits 8 minutes ago  


Reverted changes to index.html  





The resulting GitHub repository page from pushing





File icon
my_project
 

File icon
assets
 

File icon
node_modules
 

File icon
.bin
 

File icon
react
 

File icon
.gitignore
 

File icon
app.js
 

File icon
index.html
 

File icon
package.json
 

File icon
README.md
 





File icon
README.md
 

File icon
app.js
 

File icon
index.html
 



          1
          2
          3
          4
          5
          6
          7
          8
          9
          10
          11
          12
          13
          14
          15
          16
          17
          18
          19
          20
          21
          22
          23
          24
          25
          26
          27
          28
          29
          30
          

              #My javascript app
              >GitHub App Authentication client for JavaScript

              `@octokit/app` has methods to receive tokens for a GitHub app and its installations. The tokens can then be used to interact with GitHub’s REST API or GraphQL API. Note that `@octokit/app` does not have methods to send any requests, you will need to use your own request library such as `@octokit/request`. Alternatively you can use the octokit package which comes with everything you need to integrate with any of GitHub’s APIs.

              ##Installation
              Once you have authenticated as a GitHub App, you can use that to request an installation access token.
            




           ~/my_project gh repo create my_project
           Created repository user/my_project on GitHub
           Added remote https://github.com/user/my_project.git

           ~/my_project git push origin github/main
        




Light glowing behind the editor






Implemented search from the dashboard  


Added autocomplete to the search input  



Build on what's
 been built

Write less code with the worlds largest software package registry, tested and approved by the open source community.

 



                       ~/my_project npm install eslint
                      + eslint@7.8.1
                        added 109 packages from 64 contributors and audited 109 packages in 3.491s
                       
                      9 packages are looking for funding
                        run `npm fund` for details
                      
                      found 0 vulnerabilities
                       ~/my_project  
                    

Light glowing behind the editor





Added packages for authentication and associated dependencies  













git checkout -b origin big_idea  





origin/big_idea  




+3 collaborators

 

Ready player two. Scale your team to any size in the cloud.

 




Timeline of a pull request on GitHub







Better code starts with pull requestsconversations around your code where you can experiment, squash bugs, and build new features.

 


Pull request description on GitHub






Code review is built in. Pull requests cover the entire review flow: propose changes, browse code, ask for input, make a suggestion, and sign off in one place.

 


Pull request comment on GitHub






Know when your pull request is ready to merge when everythings green. Reviews approved? Check. Tests passing? Check check. No conflicts? Ship it already.

 


Merge pull request on GitHub




git push origin gh/main  










iPhone notch