Skip to content

mzk8888/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 1. フォルダに移動
cd BatchSample

# 2. Git 初期化
git init

# 3. リモート接続(例)
git remote add origin https://github.com/ユーザー名/BatchSample.git

# 4. ファイル登録
git add .

# 5. コミット
git commit -m "Add simple Java batch program with log output"

# 6. プッシュ
git push -u origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages