FRE-Training

This is a repo to record the FRE-TRAINING assignments and notes.

How to record your FEE-TRAINING assignments by using this repo:

Clone this repo:

open your teminal

cd your_work_dir
git clone https://github.com/Show3567/FRE-Training.git

Create your feature branch to implement the assignment.

git branch by_your_name/notes
git checkout by_your_name/notes
implement the assignment under this feature branch.