Git and Github
Git and Github
● Git is a version control system that lets you manage and keep
track our source code history
● GItHub is a cloud based hosting service that lets manage Git
repositories
Repository
Creating a Repository
➔ Using GitHub
● Use ‘add file’ dropdown and select upload file
● Then click ‘choose your files’
● Select the file that we have and the file moved into our
repository
● Click ‘commit changes’
➔ Using Terminal
● Initialize git
git init