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
230
AWS AmplifyではじめるDevOps
ismt7
0
92
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
900
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
100
Visual Studio Code リモート開発 スタートガイド
ismt7
1
58
Visual Studio Codeで始めるリモート開発入門
ismt7
1
580
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
100
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
120
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
91
Other Decks in Technology
See All in Technology
pmconf 2025 大阪「生成AI時代に未来を切り開くためのプロダクト戦略:圧倒的生産性を実現するためのプロダクトサイクロン」 / The Product Cyclone for Outstanding Productivity
yamamuteki
3
2.6k
.NET 10のEntity Framework Coreの新機能
htkym
0
120
個人から巡るAI疲れと組織としてできること - AI疲れをふっとばせ。エンジニアのAI疲れ治療法 ショートセッション -
kikuchikakeru
5
1.9k
re:Inventにおける製造業のこれまでとこれから
hamadakoji
0
360
ECS組み込みのBlue/Greenデプロイを動かしてELB側の動きを観察してみる
yuki_ink
3
410
組織の“見えない壁”を越えよ!エンタープライズシフトに必須な3つのPMの「在り方」変革 #pmconf2025
masakazu178
1
910
Building AI Applications with Java, LLMs, and Spring AI
thomasvitale
1
240
2025年 面白の現在地 / Where Omoshiro Stands Today: 2025
acidlemon
0
540
レガシーシステム刷新における TypeSpec スキーマ駆動開発のすゝめ
tsukuha
3
710
巨大モノリスのリプレイス──機能整理とハイブリッドアーキテクチャで挑んだ再構築戦略
zozotech
PRO
0
310
IPv6-mostly field report from RubyKaigi 2026
sorah
0
190
The Complete Android UI Testing Landscape: From Journey to Traditional Approaches
alexzhukovich
1
110
Featured
See All Featured
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
Context Engineering - Making Every Token Count
addyosmani
9
420
Building an army of robots
kneath
306
46k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
10
680
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
How STYLIGHT went responsive
nonsquared
100
5.9k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
Building Adaptive Systems
keathley
44
2.8k
Designing for Performance
lara
610
69k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.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