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
710
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
210
AWS AmplifyではじめるDevOps
ismt7
0
83
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
870
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
98
Visual Studio Code リモート開発 スタートガイド
ismt7
1
51
Visual Studio Codeで始めるリモート開発入門
ismt7
1
540
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
97
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
110
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
83
Other Decks in Technology
See All in Technology
2つのフロントエンドと状態管理
mixi_engineers
PRO
3
100
Language Update: Java
skrb
2
300
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
220
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
220
ZOZOマッチのアーキテクチャと技術構成
zozotech
PRO
3
1.5k
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
140
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
410
20250903_1つのAWSアカウントに複数システムがある環境におけるアクセス制御をABACで実現.pdf
yhana
3
550
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.1k
La gouvernance territoriale des données grâce à la plateforme Terreze
bluehats
0
170
S3アクセス制御の設計ポイント
tommy0124
3
200
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
380
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Statistics for Hackers
jakevdp
799
220k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Building Applications with DynamoDB
mza
96
6.6k
Navigating Team Friction
lara
189
15k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
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