what is github
GitHub is a web-based Git or version control repository on the Internet with
a hosting service. It offers the distributed version control and source code
management (SCM) functionality of Git as well as adding its own new features.
what is github
GitHub is a web-based Git or version control repository on the Internet with
a hosting service. It offers the distributed version control and source code
management (SCM) functionality of Git as well as adding its own new features.
git hub
…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
what is guthub
Github is used to upload your code to back it up. You can also use the public code like you want, just make sure you respect the licence ;)
what is hub
A hub is a server or a central point
(Point of Contact) that controls the
test executions on different machines.
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us