mzk8888/Java
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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