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
640
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
170
AWS AmplifyではじめるDevOps
ismt7
0
69
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
790
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
85
Visual Studio Code リモート開発 スタートガイド
ismt7
1
36
Visual Studio Codeで始めるリモート開発入門
ismt7
1
490
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
81
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
87
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
69
Other Decks in Technology
See All in Technology
PagerDuty×ポストモーテムで築く障害対応文化/Building a culture of incident response with PagerDuty and postmortems
aeonpeople
3
540
AI駆動で進化する開発プロセス ~クラスメソッドでの実践と成功事例~ / aidd-in-classmethod
tomoki10
1
820
日経電子版 for Android の技術的課題と取り組み(令和最新版)/android-20250423
nikkei_engineer_recruiting
1
620
持続可能なドキュメント運用のリアル: 1年間の成果とこれから
akitok_
1
270
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
2
460
AI 코딩 에이전트 더 똑똑하게 쓰기
nacyot
0
490
Gateway H2 モジュールで スマートホーム入門
minoruinachi
0
130
コードや知識を組み込む / Incorporating Codes and Knowledge
ks91
PRO
0
160
Databricksで完全履修!オールインワンレイクハウスは実在した!
akuwano
0
140
ビジネスとデザインとエンジニアリングを繋ぐために 一人のエンジニアは何ができるか / What can a single engineer do to connect business, design, and engineering?
kaminashi
2
870
地味にいろいろあった! 2025春のAmazon Bedrockアップデートおさらい
minorun365
PRO
2
560
SnowflakeとDatabricks両方でRAGを構築してみた
kameitomohiro
1
570
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
329
39k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
105
19k
Automating Front-end Workflow
addyosmani
1370
200k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
33k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.7k
Java REST API Framework Comparison - PWX 2021
mraible
31
8.5k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Mobile First: as difficult as doing things right
swwweet
223
9.6k
Designing for Performance
lara
608
69k
Bash Introduction
62gerente
612
210k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.5k
Six Lessons from altMBA
skipperchong
28
3.7k
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