-
git add コマンドで、リポジトリに変更情報を追加する
- このことをステージングと言う
-
git commit コマンドで、リポジトリのインデックスに追加された変更情報にコメントを付けてコミットできる
-
git push コマンドで、ローカルのコミットをリモートのリポジトリに反映させることができる
-
vim 〇ファイル名〇 でファイルの編集、または
-
code .コマンドで VS Codeを開いて編集
-
git commit -m "内容を追加"
-
または、 git comit だとvim が開くのでそこにコミットの内容を書く
-
git status
-
git log
-
git push origin main
-
Notifications
You must be signed in to change notification settings - Fork 0
Git の学習用のリポジトリ
cat22roo/git-study
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|