Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 1 year has passed since last update.

VSCodeでgitを更新

Last updated at Posted at 2022-08-26

リモートリポジトリに反映させる

ソース管理

ソース管理のボタンを押します。
スクリーンショット 2022-08-26 11.12.11.png

変更の確認

そうすると、今回変更されたファイルの一覧が表示されます。
スクリーンショット 2022-08-26 11.13.45.png

ステージ

下図のように「変更」という文字の横にカーソルを持っていくと「+」ボタンが出てきます。これを押すと変更されたもの全てをサーバーに送る候補にします(ステージするといいます)
スクリーンショット 2022-08-26 11.17.13.png

メッセージの入力とコミット

メッセージは更新履歴をわかりやすくするためのメッセージなので、"20220826"など日付にしておくと、いつの更新履歴でいつの更新かわかりやすいと思います。
メッセージを入力し終わったら、「コミット」ボタンを押してください。そうすると、サーバーに変更を送る準備が完了します。
スクリーンショット 2022-08-26 11.21.04.png

下記のようなメッセージが出てきたら、「すべてのコミットを保存」
スクリーンショット 2022-08-26 11.24.19.png

変更の同期

変更の同期ボタンを押すと、サーバーに変更されたものが送信されます。(プッシュといいます)
スクリーンショット 2022-08-26 11.25.41.png

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?