Git Hub
Git is the standard version control solution for a majority of digital projects.
Git is first and foremost a command-line tool or CLI. This means that it runs in whatever text-based interface your OS uses. Typically:
OS | Terminal |
---|---|
Linux | bash |
Mac | ZSH |
Windows | command prompt and powershell |
There is a lot to know about terminals and shells. More info here.
# Other notes
git lesson
Lesson
Start with these lessons:
Learn Git - Tutorials, Workflows and Commands | Atlassian
Fixing f* up main branch and needing to undo...Git Lesson for Teams