ThaiProgrammer / code-mania-110
- воскресенье, 26 ноября 2017 г. в 03:16:37
Code Mania 110 — open source workshop
Code Mania 110 website, collaboratively built as part of a workshop: Let’s start contributing to open source!
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
$git checkout -b <branch-name>
$git add .
$git commit -a -m "your short description"
$git push origin <branch-name>
$git checkout master
$git merge <branch-name>
click send Pull Request button on your GitHub
You can view the website at thaiprogrammer.github.io/code-mania-110