# クローンする場合
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上でマージ-
Notifications
You must be signed in to change notification settings - Fork 1
inukaki/MachikenNumber
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published