Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
【修正版】Visual Studio CodeでGitを操作してみよう(クローン 編)
Search
Ishimoto Tatsuya
January 19, 2023
Technology
0
76
【修正版】Visual Studio CodeでGitを操作してみよう(クローン 編)
Visual Studio CodeでGitを操作する手順を補足資料的に作成したものです
Ishimoto Tatsuya
January 19, 2023
Tweet
Share
More Decks by Ishimoto Tatsuya
See All by Ishimoto Tatsuya
Visual Studio CodeのDev Containersを使って開発環境構築してみよう(2024/09/07版)
ismt7
0
190
AWS AmplifyではじめるDevOps
ismt7
0
75
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
820
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
92
Visual Studio Code リモート開発 スタートガイド
ismt7
1
44
Visual Studio Codeで始めるリモート開発入門
ismt7
1
510
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
87
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
98
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
74
Other Decks in Technology
See All in Technology
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
4k
WordPressから ヘッドレスCMSへ! Storyblokへの移行プロセス
nyata
0
210
Node-REDのFunctionノードでMCPサーバーの実装を試してみた / Node-RED × MCP 勉強会 vol.1
you
PRO
0
120
Lambda Web Adapterについて自分なりに理解してみた
smt7174
5
130
Claude Code Actionを使ったコード品質改善の取り組み
potix2
PRO
6
2.5k
GeminiとNotebookLMによる金融実務の業務革新
abenben
0
240
なぜ私はいま、ここにいるのか? #もがく中堅デザイナー #プロダクトデザイナー
bengo4com
0
1.2k
How Community Opened Global Doors
hiroramos4
PRO
1
130
AIのAIによるAIのための出力評価と改善
chocoyama
2
590
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
920
"サービスチーム" での技術選定 / Making Technology Decisions for the Service Team
kaminashi
1
190
Github Copilot エージェントモードで試してみた
ochtum
0
110
Featured
See All Featured
Making Projects Easy
brettharned
116
6.3k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
GraphQLとの向き合い方2022年版
quramy
49
14k
Music & Morning Musume
bryan
46
6.6k
Adopting Sorbet at Scale
ufuk
77
9.4k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.5k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
710
Scaling GitHub
holman
459
140k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
How STYLIGHT went responsive
nonsquared
100
5.6k
Transcript
Visual Studio Codeで Gitを操作してみよう (クローン 編) 日本仮想化技術株式会社 VirtualTech.jp 2023/01/19 1
2 概要 「git clone …」を実行してリモートリポジトリからローカルリポジトリに情報を反映することを、 Visual Studio Codeの機能を使ってグラフィカルなUIで操作するマニュアルです。
3 コマンドパレットから「Git: クローン」を実行
4 「GitHubから複製」をクリック
5
6
7
8
9 クローンしたいリポジトリを選択
10
11
12