Videos for this topic can be viewed on my Youtube channel

Everything here is available on Github i'd love a star ;)




Git Command Reference Guide





Terminology used:


origin: the default name git gives to the remote repository you cloned from (origin = https://github.com/...)
tracked: when git add is used
staged: when git commit is...