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
72
【修正版】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
150
AWS AmplifyではじめるDevOps
ismt7
0
57
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
740
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
75
Visual Studio Code リモート開発 スタートガイド
ismt7
1
27
Visual Studio Codeで始めるリモート開発入門
ismt7
1
450
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
71
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
66
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
58
Other Decks in Technology
See All in Technology
Amazon Aurora バージョンアップについて、改めて理解する ~バージョンアップ手法と文字コードへの影響~
smt7174
1
320
panicを深ぼってみる
kworkdev
PRO
2
160
個人開発発表 LT - Shinjuku.rb #97
kozy4324
0
110
[2025クラウドガバナンスはこう変わる!マルチアカウント運用のre:Invent最新情報と活用例] re:Invent 2024 から見る AWS マルチアカウントガバナンスのこれまでとこれから
0nihajim
0
110
GraphRAG: What I Thought I Knew (But Didn’t)
sashimimochi
1
250
トレードオフスライダーにおける品質について考えてみた
suzuki_tada
3
200
Kubernetes x k6 で負荷試験基盤を開発して 負荷試験を民主化した話 / Kubernetes x k6
sansan_randd
0
480
Active Directory の保護
eurekaberry
6
2.9k
WAF に頼りすぎない AWS WAF 運用術 meguro sec #1
izzii
0
300
Grafanaのvariables機能について
tiina
0
200
ゆもつよがこの30年間自ら経験してきたQA、テストの歴史と未来
ymty
2
350
[2024年10月版] Notebook 2.0のご紹介 / Notebook2.0
databricksjapan
0
1.7k
Featured
See All Featured
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
51k
A better future with KSS
kneath
238
17k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
YesSQL, Process and Tooling at Scale
rocio
171
14k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Site-Speed That Sticks
csswizardry
3
310
Become a Pro
speakerdeck
PRO
26
5.1k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
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