/c3d_luanvan

This repo contains source code and result for master thesis in April 2019

C3D HAND GESTURE

This repo contain source code and result for master thesis in April 2019

...(to be finished)

Useful git command

1) fetch (checkout) and overwrite all local files

git fetch --all

git reset --hard origin/master

git reset --hard origin/<branch_name>

2) fetch (checkout) only specific folder/file

git fetch

$ git checkout / -- relative/path/to/file/or/dir