Skip to the content.

git

repository (repo) = project

clone = download (repo and history)

commit = record changes (locally)

push = upload (changes)

fetch = download (changes)

pull = download (and merge changes)

blame = see who last changed a line