# クローンする場合
git clone [https://github.com/your-repository-url.git](https://github.com/inukaki/MachikenNumber.git)
# すでにクローン済みの場合は最新の変更を取得(develop)
git pull origin develop
# developブランチがない場合はブランチを取得
git fetch
# ブランチを作成して移動
git checkout -b feature/your-feature-name
# 変更を確認
git status
# 変更をステージング
git add .
# 変更をコミット
git commit -m "Add your meaningful commit message here"
# リモートブランチにプッシュ
git push origin feature/your-feature-name
# GitHub上でマージinukaki/MachikenNumber
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|