motorcb/TestRepository
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== ZAKLADNI PRIKAZY PRO GIT == CLONE: git clone https://github.com/motorcb/TestRepository.git COMMIT git commit -a -m "commit message" FETCH origin git fetch origin MERGE with origin/master git merge origin/master PUSH origin git push origin