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
170
AWS AmplifyではじめるDevOps
ismt7
0
69
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
790
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
85
Visual Studio Code リモート開発 スタートガイド
ismt7
1
36
Visual Studio Codeで始めるリモート開発入門
ismt7
1
480
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
81
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
86
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
69
Other Decks in Technology
See All in Technology
PicoRabbit: a Tiny Presentation Device Powered by Ruby
harukasan
PRO
2
260
生成AIのユースケースをとにかく集めてまるっと学ぶ!/ all about generative ai usecases
gakumura
2
280
Notion x ポストモーテムで広げる組織の学び / Notion x Postmortem
isaoshimizu
1
130
エンジニアリングで組織のアウトカムを最速で最大化する!
ham0215
1
220
PdM採用とAIの製品活用を同時に頑張ってみた話 / EM oasis 20250418
rakus_dev
0
120
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
1
320
Road to Go Gem #rubykaigi
sue445
0
990
AIと共に乗り越える、 入社後2ヶ月の苦労と学習の軌跡
sai_kaneko
0
130
Рекомендации с нуля: как мы в Lamoda превратили главную страницу в ключевую точку входа для персонализированного шоппинга. Данил Комаров, Data Scientist, Lamoda Tech
lamodatech
0
820
Writing Ruby Scripts with TypeProf
mame
0
400
Winning at PHP in Production in 2025
beberlei
1
200
日経電子版 for Android の技術的課題と取り組み(令和最新版)/android-20250423
nikkei_engineer_recruiting
1
500
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
Adopting Sorbet at Scale
ufuk
76
9.3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
Embracing the Ebb and Flow
colly
85
4.7k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.7k
Done Done
chrislema
184
16k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Scaling GitHub
holman
459
140k
What's in a price? How to price your products and services
michaelherold
245
12k
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