#Gitのルーティン
ファイルの作成/変更/削除をgitのインデックスに追加
git add ファイル.html
変更をローカルにコミット
git commit -m "add new file"
状態確認
git status
プッシュしてリモートに反映
git push origin master
Go to list of users who liked
More than 5 years have passed since last update.
#Gitのルーティン
ファイルの作成/変更/削除をgitのインデックスに追加
git add ファイル.html
変更をローカルにコミット
git commit -m "add new file"
状態確認
git status
プッシュしてリモートに反映
git push origin master
Register as a new user and use Qiita more conveniently
Go to list of users who liked