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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Ishimoto Tatsuya
January 18, 2023
Technology
0
810
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
250
AWS AmplifyではじめるDevOps
ismt7
0
100
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
930
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
120
Visual Studio Code リモート開発 スタートガイド
ismt7
1
71
Visual Studio Codeで始めるリモート開発入門
ismt7
1
650
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
120
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
130
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
99
Other Decks in Technology
See All in Technology
決済サービスを支えるElastic Cloud - Elastic Cloudの導入と推進、決済サービスのObservability
suzukij
2
650
Yahoo!ショッピングのレコメンデーション・システムにおけるML実践の一例
lycorptech_jp
PRO
1
210
20260311 ビジネスSWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
340
The_Evolution_of_Bits_AI_SRE.pdf
nulabinc
PRO
0
220
SRE NEXT 2026 CfP レビュアーが語る聞きたくなるプロポーザルとは?
yutakawasaki0911
1
380
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
140
Lambda Web AdapterでLambdaをWEBフレームワーク利用する
sahou909
0
140
[JAWSDAYS2026]Who is responsible for IAM
mizukibbb
0
730
AI時代の「本当の」ハイブリッドクラウド — エージェントが実現した、あの頃の夢
ebibibi
0
130
フロントエンド刷新 4年間の軌跡
yotahada3
0
440
会社紹介資料 / Sansan Company Profile
sansan33
PRO
16
410k
マルチプレーンGPUネットワークを実現するシャッフルアーキテクチャの整理と考察
markunet
2
250
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
55
9.8k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.9k
The browser strikes back
jonoalderson
0
800
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
140
Color Theory Basics | Prateek | Gurzu
gurzu
0
250
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
130
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
The Invisible Side of Design
smashingmag
302
51k
A Modern Web Designer's Workflow
chriscoyier
698
190k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
320
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