Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 235 Bytes

File metadata and controls

15 lines (8 loc) · 235 Bytes

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