81

GitHub - ThaiProgrammer/code-mania-110: Code Mania 110 — open source workshop

 6 years ago
source link: https://github.com/ThaiProgrammer/code-mania-110
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

code-mania-110

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

Contribution Cheatsheet

Step 1 Fork

fork this GitHub (top-right button)

Step 2 Clone

clone forked GitHub repo

$git clone https://github.com/your-name/code-mania-110.git

where your-name is your GitHub ID

Step 3 Develop

  • 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>

Step 4 Pull Request

click send Pull Request button on your GitHub


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK