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
580
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
150
AWS AmplifyではじめるDevOps
ismt7
0
58
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
740
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
75
Visual Studio Code リモート開発 スタートガイド
ismt7
1
27
Visual Studio Codeで始めるリモート開発入門
ismt7
1
450
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
72
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
67
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
58
Other Decks in Technology
See All in Technology
AWSでRAGを実現する上で感じた3つの大事なこと
ymae
3
940
滅・サービスクラス🔥 / Destruction Service Class
sinsoku
6
1.4k
[2025-02-07]生成AIで変える問い合わせの未来 〜チームグローバル化の香りを添えて〜
tosite
1
240
実践!OpenTelemetry
oracle4engineer
PRO
0
210
開発者が自律的に AWS Security Hub findings に 対応する仕組みと AWS re:Invent 2024 登壇体験談 / Developers autonomously report AWS Security Hub findings Corresponding mechanism and AWS re:Invent 2024 presentation experience
kaminashi
0
170
開発スピードは上がっている…品質はどうする? スピードと品質を両立させるためのプロダクト開発の進め方とは #DevSumi #DevSumiB / Agile And Quality
nihonbuson
1
200
10分で紹介するAmazon Bedrock利用時のセキュリティ対策 / 10-minutes introduction to security measures when using Amazon Bedrock
hideakiaoyagi
0
150
データの品質が低いと何が困るのか
kzykmyzw
5
800
モノレポ開発のエラー、誰が見る?Datadog で実現する適切なトリアージとエスカレーション
biwashi
5
730
[JAWS-UG栃木]地方だからできたクラウドネイティブ事例大公開! / jawsug_tochigi_tachibana
biatunky
0
220
テストアーキテクチャ設計で実現する高品質で高スピードな開発の実践 / Test Architecture Design in Practice
ropqa
3
470
カスタムインストラクションでGitHub Copilotをカスタマイズ!
07jp27
8
1.7k
Featured
See All Featured
Thoughts on Productivity
jonyablonski
69
4.4k
Facilitating Awesome Meetings
lara
51
6.2k
Gamification - CAS2011
davidbonilla
80
5.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
Agile that works and the tools we love
rasmusluckow
328
21k
BBQ
matthewcrist
86
9.4k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
How to train your dragon (web standard)
notwaldorf
90
5.8k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
GraphQLの誤解/rethinking-graphql
sonatard
68
10k
Become a Pro
speakerdeck
PRO
26
5.1k
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