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
890
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
Introduction to Bill One Development Engineer
sansan33
PRO
0
300
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
0
220
incident_commander_demaecan__1_.pdf
demaecan
0
140
Digitization部 紹介資料
sansan33
PRO
1
5.5k
そのWAFのブロック、どう活かす? サービスを守るための実践的多層防御と思考法 / WAF blocks defense decision
kaminashi
0
200
E2Eテスト設計_自動化のリアル___Playwrightでの実践とMCPの試み__AIによるテスト観点作成_.pdf
findy_eventslides
2
630
サイバーエージェント流クラウドコスト削減施策「みんなで金塊堀太郎」
kurochan
3
1.9k
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
3
20k
HR Force における DWH の併用事例 ~ サービス基盤としての BigQuery / 分析基盤としての Snowflake ~@Cross Data Platforms Meetup #2「BigQueryと愉快な仲間たち」
ryo_suzuki
0
220
OAuthからOIDCへ ― 認可の仕組みが認証に拡張されるまで
yamatai1212
0
120
AWS Top Engineer、浮いてませんか? / As an AWS Top Engineer, Are You Out of Place?
yuj1osm
2
210
能登半島地震で見えた災害対応の課題と組織変革の重要性
ditccsugii
0
970
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
140
7.1k
Statistics for Hackers
jakevdp
799
220k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.7k
Reflections from 52 weeks, 52 projects
jeffersonlam
353
21k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.5k
GitHub's CSS Performance
jonrohan
1032
470k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
GraphQLとの向き合い方2022年版
quramy
49
14k
Site-Speed That Sticks
csswizardry
12
900
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Building a Modern Day E-commerce SEO Strategy
aleyda
44
7.8k
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