2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macでvisual studio codeのgit機能を使う流れ

Posted at

visual studio Codeを起動

スクリーンショット 2019-08-28 21.58.34.png

スクリーンショット 2019-08-28 22.00.09.pngを押す。(このアイコンがバージョン管理システムの管理ツール)

変更したファイルが↓画像の赤枠部分に表示されます。
スクリーンショット 2019-08-28 22.01.50.png

管理対象フォルダにファイルを追加した例
スクリーンショット 2019-08-28 22.04.05.png

+を押して、ステージに乗せる
スクリーンショット 2019-08-28 22.06.02.png

+で追加したtest.htmlがSTAGED CHANGESに入った。
スクリーンショット 2019-08-28 22.07.28.png

チェックマークをクリックしてコミット。
スクリーンショット 2019-08-28 22.08.34.png

テキスト入力粋が表示されるので、コミットメッセージを記述してエンターキーを押す。
スクリーンショット 2019-08-28 22.10.08.png

「・・・」を押すと、メニューが出てきます。PullとPushを行います。
スクリーンショット 2019-08-28 22.11.25.png

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?