Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 294 Bytes

File metadata and controls

11 lines (9 loc) · 294 Bytes

github-notes

I. Git-version control software II. Github-web service for Git III. Repo- files IV. Commit-saving

Clone = make a copy of the entire repo from remote to local. Commit = snapshot of changes. Push = send commits from locals to remote. Pull = receive commits from remote to local.