pwd = print working directory; cd = change directory; .. = go back a directory; git clone = clone (copy) a repo; git status = status of repo; git add [file] = adds [file] to repo; git pull = get changes from repo; git commit -m "commit message here" = adds changes to local repo, adds commit; git push origin master = pushes changes to the origin repo;
futurebuilder1/Repository
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|