Code Mania 110 website.
This website is collaboratively built as part of a workshop: “Let’s start contributing to open source!”
Contributions to this website is welcome!
You can view the website at thaiprogrammer.github.io/code-mania-110
fork this GitHub (top-right button)
clone forked GitHub repo
$git clone https://github.com/your-name/code-mania-110.git
where your-name
is your GitHub ID
- create a branch
$git checkout -b <branch-name>
- add untracked files
$git add .
- commit changes
$git commit -a -m "your short description"
- push changes
$git push origin <branch-name>
- switch branch to master
$git checkout master
- merge to master
$git merge <branch-name>
click send Pull Request button on your GitHub