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
790
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
240
AWS AmplifyではじめるDevOps
ismt7
0
98
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
920
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
110
Visual Studio Code リモート開発 スタートガイド
ismt7
1
65
Visual Studio Codeで始めるリモート開発入門
ismt7
1
620
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
110
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
120
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
95
Other Decks in Technology
See All in Technology
First-Principles-of-Scrum
hiranabe
4
2.4k
エンジニアとして長く走るために気づいた2つのこと_大賀愛一郎
nanaism
0
170
Digitization部 紹介資料
sansan33
PRO
1
6.6k
会社紹介資料 / Sansan Company Profile
sansan33
PRO
13
400k
「違う現場で格闘する二人」——社内コミュニティがつないだトヨタ流アジャイルの実践とその先
shinichitakeuchi
0
510
ファインディにおけるフロントエンド技術選定の歴史
puku0x
2
1.6k
Eight Engineering Unit 紹介資料
sansan33
PRO
0
6.3k
迷わない!AI×MCP連携のリファレンスアーキテクチャ完全ガイド
cdataj
0
610
CQRS/ESになぜアクターモデルが必要なのか
j5ik2o
0
1.3k
Kaggleコンペティション「MABe Challenge - Social Action Recognition in Mice」振り返り
yu4u
1
600
旬のブリと旬の技術で楽しむ AI エージェント設計開発レシピ
chack411
1
290
2026/01/16_実体験から学ぶ 2025年の失敗と対策_Progate Bar
teba_eleven
1
210
Featured
See All Featured
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
110
[SF Ruby Conf 2025] Rails X
palkan
0
710
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
43
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
The State of eCommerce SEO: How to Win in Today's Products SERPs - #SEOweek
aleyda
2
9.4k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
41
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
41
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
110
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
190
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
122
21k
GraphQLとの向き合い方2022年版
quramy
50
14k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.9k
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