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
630
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
68
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
790
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
84
Visual Studio Code リモート開発 スタートガイド
ismt7
1
35
Visual Studio Codeで始めるリモート開発入門
ismt7
1
480
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
80
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
82
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
68
Other Decks in Technology
See All in Technology
Стильный код: натуральный поиск редких атрибутов по картинке. Юлия Антохина, Data Scientist, Lamoda Tech
lamodatech
0
640
LiteXとオレオレCPUで作る自作SoC奮闘記
msyksphinz
0
390
はてなの開発20年史と DevOpsの歩み / DevOpsDays Tokyo 2025 Keynote
daiksy
6
1.5k
SDカードフォレンジック
su3158
1
560
Lightdashの利活用状況 ー導入から2年経った現在地_20250409
hirokiigeta
2
280
試験は暗記より理解 〜効果的な試験勉強とその後への活かし方〜
fukazawashun
0
360
NLP2025 参加報告会 / NLP2025
sansan_randd
4
550
ソフトウェア開発現代史: "LeanとDevOpsの科学"の「科学」とは何か? - DORA Report 10年の変遷を追って - #DevOpsDaysTokyo
takabow
0
360
食べログが挑む!飲食店ネット予約システムで自動テスト無双して手動テストゼロを実現する戦略
hagevvashi
3
380
Рекомендации с нуля: как мы в Lamoda превратили главную страницу в ключевую точку входа для персонализированного шоппинга. Данил Комаров, Data Scientist, Lamoda Tech
lamodatech
0
640
JPOUG Tech Talk #12 UNDO Tablespace Reintroduction
nori_shinoda
1
130
“パスワードレス認証への道" ユーザー認証の変遷とパスキーの関係
ritou
1
530
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
75
5.8k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
660
Raft: Consensus for Rubyists
vanstee
137
6.9k
Visualization
eitanlees
146
16k
[RailsConf 2023] Rails as a piece of cake
palkan
54
5.4k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.6k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
41
2.2k
Java REST API Framework Comparison - PWX 2021
mraible
30
8.5k
The Cult of Friendly URLs
andyhume
78
6.3k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Building Adaptive Systems
keathley
41
2.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
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