Clone repository into desired folder. Or download zip file.
git clone git@github.com:maximizeIT/dhc18.git
Navigate to directory:
cd dhc18
https://dhc18.herokuapp.com/
- Check local changes.
git status - Add all locally modified files to next commit.
git add * - Make commit with locally modified and added files.
git commit -m "blablabla" - Push locally modified, added and committed files.
git push Retrieve list of online available commits/updates.
git fetch Pull latest version from repository.
git pull --rebase