Git and Github Tutorial
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:
git config --global user.name "Your Name"
git config --global user.email "youremail@domain.com"
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
Auf dieser Seite können Sie das Online-Video How to Get Started with Git and GitHub? || GitHub Tutorial mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Testing Hub QA 07 Juli 2023 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 14 Mal angesehen und es wurde von 2 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!