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
730
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
220
AWS AmplifyではじめるDevOps
ismt7
0
86
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
880
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
100
Visual Studio Code リモート開発 スタートガイド
ismt7
1
53
Visual Studio Codeで始めるリモート開発入門
ismt7
1
550
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
100
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
110
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
87
Other Decks in Technology
See All in Technology
Adapty_東京AI祭ハッカソン2025ピッチスライド
shinoyamada
0
230
Wasmのエコシステムを使った ツール作成方法
askua
0
110
OpenAI gpt-oss ファインチューニング入門
kmotohas
2
1.1k
自動テストのコストと向き合ってみた
qa
0
210
多様な事業ドメインのクリエイターへ 価値を届けるための営みについて
massyuu
1
500
[Keynote] What do you need to know about DevEx in 2025
salaboy
0
150
小学4年生夏休みの自由研究「ぼくと Copilot エージェント」
taichinakamura
0
590
スタートアップにおけるこれからの「データ整備」
shomaekawa
2
350
空間を設計する力を考える / 20251004 Naoki Takahashi
shift_evolve
PRO
4
460
SREとソフトウェア開発者の合同チームはどのようにS3のコストを削減したか?
muziyoshiz
1
210
これがLambdaレス時代のChatOpsだ!実例で学ぶAmazon Q Developerカスタムアクション活用法
iwamot
PRO
5
810
生成AIとM5Stack / M5 Japan Tour 2025 Autumn 東京
you
PRO
0
240
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Visualization
eitanlees
148
16k
Context Engineering - Making Every Token Count
addyosmani
5
220
The Cost Of JavaScript in 2023
addyosmani
53
9k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Facilitating Awesome Meetings
lara
56
6.6k
Statistics for Hackers
jakevdp
799
220k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Rails Girls Zürich Keynote
gr2m
95
14k
What's in a price? How to price your products and services
michaelherold
246
12k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
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