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
Gitコマンドをインストールする方法①(Mac編)
Search
Ishimoto Tatsuya
January 16, 2023
Technology
0
70
Gitコマンドをインストールする方法①(Mac編)
環境構築する際に必要なGitコマンドのインストール手順を補足資料として作成したものです
Ishimoto Tatsuya
January 16, 2023
Tweet
Share
More Decks by Ishimoto Tatsuya
See All by Ishimoto Tatsuya
Visual Studio CodeのDev Containersを使って開発環境構築してみよう(2024/09/07版)
ismt7
0
120
AWS AmplifyではじめるDevOps
ismt7
0
48
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
680
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
68
Visual Studio Code リモート開発 スタートガイド
ismt7
1
22
Visual Studio Codeで始めるリモート開発入門
ismt7
1
430
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
61
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
56
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
46
Other Decks in Technology
See All in Technology
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
250
Taming you application's environments
salaboy
0
190
AGIについてChatGPTに聞いてみた
blueb
0
130
Can We Measure Developer Productivity?
ewolff
1
150
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
個人でもIAM Identity Centerを使おう!(アクセス管理編)
ryder472
4
230
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
iOSチームとAndroidチームでブランチ運用が違ったので整理してます
sansantech
PRO
0
150
TanStack Routerに移行するのかい しないのかい、どっちなんだい! / Are you going to migrate to TanStack Router or not? Which one is it?
kaminashi
0
600
SRE×AIOpsを始めよう!GuardDutyによるお手軽脅威検出
amixedcolor
0
150
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
110
CysharpのOSS群から見るModern C#の現在地
neuecc
2
3.4k
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Faster Mobile Websites
deanohume
305
30k
GitHub's CSS Performance
jonrohan
1030
460k
Become a Pro
speakerdeck
PRO
25
5k
Six Lessons from altMBA
skipperchong
27
3.5k
Gamification - CAS2011
davidbonilla
80
5k
Testing 201, or: Great Expectations
jmmastey
38
7.1k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Docker and Python
trallard
40
3.1k
Transcript
Gitコマンドを インストールする方法① (Mac編) 日本仮想化技術株式会社 VirtualTech.jp 2023/01/16 1
2 概要 MacでGitコマンドをインストールする方法はいくつかありますが、その中の1つをご紹介します。
3 アクティビティバー>ソース管理をクリックします プライマリーサイドバーに表示されているダウンロードボタンが表示されてい ますが、今回はここからインストールを実施しません
4 1. ターミナル.appを開きます 2. ターミナルが表示されたら、コマンドライン上に「 git version」と入力して実行します 3. Gitが未インストールの時はインストールをしますか?と表示されたら、インストールを押下します
5
6 インストールが終わってから、再び「 git version」コマンドを実行すると、バージョ ンが表示される
7 Gitコマンドが有効の場合は、リポジトリの初期化ボタンが表示される ※もし表示されない場合は、 Visual Studio Code自体を再起動してください 初期化ボタンが表示されている方は、ボタンをクリックします