GitHub is a provider of Internet hosting for software development and version control using Git.
It offers the distributed version control and source code management functionality of Git,
plus its own features
GitHub, Inc.
is a provider of Internet hosting for software development and version control
using Git. It offers the distributed version control
and source code management functionality of Git, plus its own features.
founded: 2008
ceo: Nat firedman (29 oct 2018-)
written in: Ruby; ECMAscript; Go; C
Users: 56 million (sep 2020)
Parent organization: Microsoft corporation
Founders: Tom Preston-Werner, Chiris Wanstrath,
Scott Chacon, P.J. Hyett.
to pull project from github to your local machine :
1-create a repo on github
2-open the repo and go to repo code , click on the green button "Code"
3-copy the link "SSH" or "HTTPS"
4-go to your command line app on your machine
5-run this command : git clone (Link from step 3)
6-press Enter and you will have your project locally
<!--->
if you alrady did that and you just want to pull the changes from your github
just open your command line app and go to the project path or directory
then : git pull origin main || git pull origin " any branch Name"
this will pull all changes that you don't have them locally
…or create a new repository on the command line
echo "# teste" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/GoncaloGoncalves33/teste.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin https://github.com/GoncaloGoncalves33/teste.git
git branch -M main
git push -u origin main
GitHub, Inc. is a provider of Internet hosting for software development
and version control using Git. It offers the distributed version control
and source code management functionality of Git, plus its own features
source: https://github.com/
It was commonly used to host open-source projects.
As of January 2020, GitHub reports having over 40 million users and
more than 190 million repositories (including at least 28 million
public repositories). It is the largest source code host as of
April 2020
source: https://en.wikipedia.org/wiki/GitHub
GitHub, Inc. is a provider of Internet hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features
GitHub, Inc. is a subsidiary of Microsoft which provides hosting for software development and version control using Git. It offers the distributed version control and source code management functionality of Git, plus its own features.
GitHub, Inc. is a provider of Internet hosting for software development and
version control using Git.
It offers the distributed version control and source code management
functionality of Git, plus its own features.
- Wikipedia