# Ameba School: Github course discussion designed for Maker to learn 03 > Briefing: https://docs.google.com/presentation/d/1ztNYWf17JVcQwg48wYuQLzNWUWGpV8F4D1BkhK9Z8U0/edit?usp=sharing ## 1. Create 1. Click "+" 2. Create a new repository 3. Fill in the name 4. Select "Public" or "Private" 5. Select License (can be skipped) * License generally choose MIT for open source projects ## 2. Edit 1. Edit "README.MD" * if you're joining an international open source project, writing in English will be better. 3. Enter Commit Message * If there is no commit change, it will be criticized * For commit message, please refer to the Contribution Guideline on the "wiki" page of this repository or directly refer to the format of previous commits 4. Commit ## 3. Add 1. Click Add file 2. Choose Create new file or Upload files 3. Enter Commit Message 4. Commit ## 4. View Click "commit" under the green "Code" button to see the past commit history (modification history) ## 5. Create Folder/Move Document -Create a profile -Add file -> Create new file -> First enter the folder name plus "/", and then directly enter the name of a document -> Commit -Move documents -Modify the document name, add "/" to the name of the folder as you want in front of the name -> Commit