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
660
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
180
AWS AmplifyではじめるDevOps
ismt7
0
71
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
810
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
87
Visual Studio Code リモート開発 スタートガイド
ismt7
1
38
Visual Studio Codeで始めるリモート開発入門
ismt7
1
490
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
84
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
90
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
71
Other Decks in Technology
See All in Technology
型がない世界に生まれ落ちて 〜TypeScript運用進化の歴史〜
narihara
1
190
Rebase エンジニアリング組織の現状とこれから
rebase_engineering
0
110
撤退危機からのピボット : 4年目エンジニアがリードする TypeScript で挑む事業復活 / crisis-to-pivot-4th-year-engineer-ts-relaunch
carta_engineering
2
740
Swiftは最高だよの話
yuukiw00w
0
220
情熱と工夫で走り抜け! コミュニティをささえるObservability実践録
b1gb4by
1
120
テスト設計チュートリアル ちびこん編 ’25
omn
1
430
MCP で繋ぐ Figma とデザインシステム〜LLM を使った UI 実装のリアル〜
kimuson
1
940
Standard Schema: スキーマライブラリの統一企画とは何か
nozomuikuta
1
440
GitHub Coding Agent 概要
kkamegawa
1
740
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
12k
Oracle Cloud Infrastructure:2025年5月度サービス・アップデート
oracle4engineer
PRO
0
250
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
730
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
53
11k
Practical Orchestrator
shlominoach
187
11k
Documentation Writing (for coders)
carmenintech
71
4.8k
KATA
mclloyd
29
14k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Music & Morning Musume
bryan
47
6.5k
BBQ
matthewcrist
88
9.6k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
5
640
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
105
19k
Rails Girls Zürich Keynote
gr2m
94
13k
How to Think Like a Performance Engineer
csswizardry
23
1.6k
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