filmov
tv
How to Get Started with Git and Github • The Basics of Git and GitHub
![preview_player](https://i.ytimg.com/vi/rWhnsx4PDQU/hqdefault.jpg)
Показать описание
Git is a distributed version control system. This video shows How to Get Started with Git and Github and teaches The Basics of Git and GitHub.
Set Up Git:
other commands
git clone (url)
git add (file names)
git commit -m "(committed message)
git push -u origin master
git remote add origin master (url)
Version Control ? - Version control systems are a category of software tools that help a software team manage changes to source code over time.
What is GIT? - By far, the most widely used modern version control system in the world today is Git. Git is a mature, actively maintained open source project originally developed in 2005
Why GIT? - Relying on software for mission-critical applications, altering your development workflow impacts your entire business. Git isn’t just for agile software development—it’s for agile business.
Git Advantages
Resilience
No one repository has more data than any other
Speed
Very fast operations compared to other VCS (I’m looking at you CVS and Subversion)
Space
Compression can be done across repository not just per file
Minimizes local size as well as push/pull data transfers
Simplicity
Object model is very simple
Large userbase with robust tools
★★★Top Online Courses From ProgrammingKnowledge ★★★
★★★ Online Courses to learn ★★★
★★★ Follow ★★★
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Set Up Git:
other commands
git clone (url)
git add (file names)
git commit -m "(committed message)
git push -u origin master
git remote add origin master (url)
Version Control ? - Version control systems are a category of software tools that help a software team manage changes to source code over time.
What is GIT? - By far, the most widely used modern version control system in the world today is Git. Git is a mature, actively maintained open source project originally developed in 2005
Why GIT? - Relying on software for mission-critical applications, altering your development workflow impacts your entire business. Git isn’t just for agile software development—it’s for agile business.
Git Advantages
Resilience
No one repository has more data than any other
Speed
Very fast operations compared to other VCS (I’m looking at you CVS and Subversion)
Space
Compression can be done across repository not just per file
Minimizes local size as well as push/pull data transfers
Simplicity
Object model is very simple
Large userbase with robust tools
★★★Top Online Courses From ProgrammingKnowledge ★★★
★★★ Online Courses to learn ★★★
★★★ Follow ★★★
DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!
Комментарии