Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 287 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 287 Bytes

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