# クローンする場合
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上でマージ
forked from inukaki/MachikenNumber
-
Notifications
You must be signed in to change notification settings - Fork 0
shimaf4979/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
Languages
- TypeScript 98.6%
- Other 1.4%