Skip to content

hku-ect/carrousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Technology carousel

Collection of examples used for DCT carrousel

Git cheat sheet

Add file

git add <file>
git commit -m "added a file"
git push

Update a file

git add <file>
git commit -m "added a file"
git push

Get upstream changes

git pull

Releases

No releases published

Packages

No packages published