Skip to content

maximizeIT/dhc18

Repository files navigation

TUC @ Digitial Health Challenge 2018 (DHC18)

Clone repository into desired folder. Or download zip file.

git clone git@github.com:maximizeIT/dhc18.git

Navigate to directory:

cd dhc18

Live deploy on Heroku App Platform

https://dhc18.herokuapp.com/

Important git commands

  1. Check local changes.
git status  
  1. Add all locally modified files to next commit.
git add *  
  1. Make commit with locally modified and added files.
git commit -m "blablabla"  
  1. 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  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •