5th NTNUCIC Courses Slides & Resources.
- Markdown
- 2019/??/??
- Git - I
- 2019/??/??
- Git - II
- 2019/??/??
- Git & GitHub
- 2019/??/??
- Python - Introduction
- 2019/??/??
- TensorFlow
- 2019/??/?? ~ 2019/??/??
-
- Using
git clone
command to clone this repository. - Using
git pull
command to update your database.
- Using
-
- Using
git checkout DEV
command to switch the branch toDEV
branch. - If
DEV
branch didn't exist, usegit branch DEV
to create it.
- Using
- Using
mkdir ###
command in\slides\
folder, and edit your slides in it. - Edit your slides,
git add
,git commit
, ... git checkout master
,git merge DEV
,git push
.- Finish.