Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 385 Bytes

phase-0-gps-1

checkout - go to (or create) a new branch for git directory

push - send changes to remote source

status - Check files that have been changed and whether they are staged for commit

add - Stage files given as argument for commit

commit -m - Create commit (i.e. save point) of current branch with handy commit message

clone - Create new git repo from remote source