Git is a very powerful tool used to keep code organized through version control. GitHub is an online platform that uses the git technology to allow developers to store, share, and collaborate on coding projects. Git and GitHub are a critical part of the daily workflow for all developers and development teams.
- git
- Github
- repositories
- git status
- informational command
- git add file-name
- staging files
- git commit -m "active vioce and descriptive message"
- version control
- computer id tracking number
- message for our changes
- git push origin branch-name
- right now the branch