Skip to content

shimaf4979/MachikenNumber

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MachikenNumber

開発手順

# クローンする場合
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上でマージ

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • Other 1.4%