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 18, 2023
Technology
0
600
Visual Studio CodeでGitを操作してみよう(ブランチ作成 編)
Visual Studio CodeでGitを操作する手順を補足資料的に作成したものです
Ishimoto Tatsuya
January 18, 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
Dify触ってみた。
niftycorp
PRO
0
110
「頑張る」を「楽しむ」に変換する技術
tomoyakitaura
8
1.3k
Real World Nix CI/CD編
asa1984
1
120
最近のSRE支援ニーズ考察 | sogaoh's LT @ Road to SRE NEXT@札幌
sogaoh
PRO
1
160
データベースの負荷を紐解く/untangle-the-database-load
emiki
2
570
Pwned Labsのすゝめ
ken5scal
2
590
失敗しないAIエージェント開発:階層的タスク分解の実践
kworkdev
PRO
0
340
Amazon Athenaから利用時のGlueのIcebergテーブルのメンテナンスについて
nayuts
0
130
アウトカムを最大化させるプロダクトエンジニアの動き
hacomono
PRO
0
110
エンジニアの健康管理術 / Engineer Health Management Techniques
y_sone
8
6.2k
Platform Engineeringで クラウドの「楽しくない」を解消しよう
jacopen
4
290
役員・マネージャー・著者・エンジニアそれぞれの立場から見たAWS認定資格
nrinetcom
PRO
5
6.9k
Featured
See All Featured
The Cult of Friendly URLs
andyhume
78
6.2k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
Faster Mobile Websites
deanohume
306
31k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Music & Morning Musume
bryan
46
6.4k
Speed Design
sergeychernyshev
28
820
Thoughts on Productivity
jonyablonski
69
4.5k
Typedesign – Prime Four
hannesfritz
41
2.5k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Transcript
Visual Studio Codeで Gitを操作してみよう (ブランチ作成 編) 日本仮想化技術株式会社 VirtualTech.jp 2023/01/17 1
ブランチ作成(git branch) Visual Studio Codeでブランチを作成する方法は、2つあります。 「ブランチの作成...」 • 現在のブランチから分岐するブランチを作成 「ブランチの作成元」 •
指定したブランチから分岐するブランチを作成 2
「ブランチの作成」 3
4
5
6
7
「ブランチの作成元」 8
9
10
11
12
13
14
15