How to Get Started with Git and GitHub? || GitHub Tutorial

Pubblicato il: 07 luglio 2023
sul canale di: Testing Hub QA
14
2

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


In questa pagina del sito puoi guardare il video online How to Get Started with Git and GitHub? || GitHub Tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Testing Hub QA 07 luglio 2023, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 14 volte e gli è piaciuto 2 spettatori. Buona visione!