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
690
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
200
AWS AmplifyではじめるDevOps
ismt7
0
79
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
850
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
95
Visual Studio Code リモート開発 スタートガイド
ismt7
1
48
Visual Studio Codeで始めるリモート開発入門
ismt7
1
520
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
91
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
100
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
79
Other Decks in Technology
See All in Technology
[OCI Technical Deep Dive] OracleのAI戦略(2025年8月5日開催)
oracle4engineer
PRO
1
110
大規模イベントに向けた ABEMA アーキテクチャの遍歴 ~ Platform Strategy 詳細解説 ~
nagapad
0
210
Claude CodeでKiroの仕様駆動開発を実現させるには...
gotalab555
3
990
Amazon Bedrock AgentCoreのフロントエンドを探す旅 (Next.js編)
kmiya84377
1
140
✨敗北解法コレクション✨〜Expertだった頃に足りなかった知識と技術〜
nanachi
1
670
「Roblox」の開発環境とその効率化 ~DAU9700万人超の巨大プラットフォームの開発 事始め~
keitatanji
0
120
Strands Agents & Bedrock AgentCoreを1分でおさらい
minorun365
PRO
6
290
o11yツールを乗り換えた話
tak0x00
2
890
Claude Codeから我々が学ぶべきこと
oikon48
10
2.8k
AI関数が早くなったので試してみよう
kumakura
0
260
MCP認可の現在地と自律型エージェント対応に向けた課題 / MCP Authorization Today and Challenges to Support Autonomous Agents
yokawasa
5
2.2k
全員が手を動かす組織へ - 生成AIが変えるTVerの開発現場 / everyone-codes-genai-transforms-tver-development
tohae
0
110
Featured
See All Featured
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
The World Runs on Bad Software
bkeepers
PRO
70
11k
What's in a price? How to price your products and services
michaelherold
246
12k
Building an army of robots
kneath
306
45k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Optimizing for Happiness
mojombo
379
70k
Six Lessons from altMBA
skipperchong
28
3.9k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
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