Final Presentation
Final Presentation
GIT GITHUB
VS
• 46281477
• What is GitHub?
• Git Commands
• Git demo
• Git vs GitHub
03-01-2023 Agenda 2
What is Git?
03-01-2023 GIT 5
What is GitHub?
GitHub is a Git repository
hosting service, which
provides a web-based
graphical interface.
GitHub helps every team
member to work together
on the project from
anywhere and makes it
easy for them to
collaborate.
Git can be used offline and does not need GitHub cannot be used offline and needs
an internet connection for use. an internet connection.
Git can be used without GitHub. GitHub cannot be used without Git.
It’s used for version control and code It’s used for centralized source code
sharing. hosting.
Code changes like commit, merge, etc. Everything is done through a web-based
are done using commands from the interface.
command line.
Includes a free and pay for use tiers.
Open source licensed.