A : Free and open source [[version control]] system.
[[Git Kraken]]
- Directory -> folder
- Terminal or Command line -> interace for text commands
- CLI -> Command Line Interface
- [[cd]]
- Repository -> Project or the folder/place where your project is kept
- Github -> A website to host your repositories online
- clone -> Bring a repository that is hosted somewhere like Github into a folder on your local machine
- add -> Track your files and changes in Git
- commit -> Save your files in Git
- push -> Upload Git commits to a remote repo, like Github
- pull -> Download changes from remote repo to your local machine, the opposite of push
README.md -> md extention means markdown
- Open index.html in your browser.