This is repo for hetero system C/C++ based. Each module will be put in the different directory
git clone https://github.com/tmquan/hetero
git remote add origin https://github.com/tmquan/hetero
git add
git commit -m "Message"
git push
git pull
git status
git log
git branch debug
git checkout debug
git commit –m “Message”
git branch master
git checkout master
git merge debug
git branch -d debug
git push