Skip to content

tmquan/hetero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hetero Project

This is repo for hetero system C/C++ based. Each module will be put in the different directory

Basic git commands

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

About

gpu_timer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published