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
160
AWS AmplifyではじめるDevOps
ismt7
0
64
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
760
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
81
Visual Studio Code リモート開発 スタートガイド
ismt7
1
32
Visual Studio Codeで始めるリモート開発入門
ismt7
1
460
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
77
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
75
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
64
Other Decks in Technology
See All in Technology
事業を差別化する技術を生み出す技術
pyama86
3
650
どちらかだけじゃもったいないかも? ECSとEKSを適材適所で併用するメリット、運用課題とそれらの対応について
tk3fftk
2
340
開発者体験を定量的に把握する手法と活用事例
ham0215
0
150
クラウド関連のインシデントケースを収集して見えてきたもの
lhazy
10
2.1k
OCI IAM Identity Domains Entra IDとの認証連携設定手順 / Identity Domain Federation settings with Entra ID
oracle4engineer
PRO
1
1.3k
生成AIがローコードツールになる時代の エンジニアの役割を考える
khwada
0
350
目標と時間軸 〜ベイビーステップでケイパビリティを高めよう〜
kakehashi
PRO
8
1.1k
Linuxのブートプロセス
sat
PRO
6
100
Ruby on Railsで持続可能な開発を行うために取り組んでいること
am1157154
3
190
データベースの負荷を紐解く/untangle-the-database-load
emiki
2
570
人生を左右する「即答」のススメ: 一瞬の判断を間違えないためにするべきこと
takasyou
9
1.1k
AI自体のOps 〜LLMアプリの運用、AWSサービスとOSSの使い分け〜
minorun365
PRO
9
1.3k
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.2k
Speed Design
sergeychernyshev
28
820
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
390
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
How GitHub (no longer) Works
holman
314
140k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.4k
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