Knowledge Garden

Search

Search IconIcon to open search

Git Hub

Last updated Jan 25, 2024 Edit Source

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:

OSTerminal
Linuxbash
MacZSH
Windowscommand prompt and powershell

There is a lot to know about terminals and shells. More info here.


# Other notes

remove git submodule

git branching and merging

git lesson