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
72
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
160
AWS AmplifyではじめるDevOps
ismt7
0
63
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
750
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
79
Visual Studio Code リモート開発 スタートガイド
ismt7
1
30
Visual Studio Codeで始めるリモート開発入門
ismt7
1
460
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
75
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
73
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
62
Other Decks in Technology
See All in Technology
Pwned Labsのすゝめ
ken5scal
2
570
株式会社Awarefy(アウェアファイ)会社説明資料 / Awarefy-Company-Deck
awarefy
3
12k
Snowflakeの開発・運用コストをApache Icebergで効率化しよう!~機能と活用例のご紹介~
sagara
1
540
4th place solution Eedi - Mining Misconceptions in Mathematics
rist
0
150
【内製開発Summit 2025】イオンスマートテクノロジーの内製化組織の作り方/In-house-development-summit-AST
aeonpeople
2
1.1k
AWSではじめる Web APIテスト実践ガイド / A practical guide to testing Web APIs on AWS
yokawasa
8
790
役員・マネージャー・著者・エンジニアそれぞれの立場から見たAWS認定資格
nrinetcom
PRO
5
6.8k
データモデルYANGの処理系を再発明した話
tjmtrhs
0
330
貧民的プログラミングのすすめ
kakehashi
PRO
1
150
20250309 無冠のわたし これからどう先生きのこれる?
akiko_pusu
1
160
User Story Mapping + Inclusive Team
kawaguti
PRO
3
480
エンジニア主導の企画立案を可能にする組織とは?
recruitengineers
PRO
1
310
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
11
540
Gamification - CAS2011
davidbonilla
80
5.2k
Facilitating Awesome Meetings
lara
53
6.3k
Agile that works and the tools we love
rasmusluckow
328
21k
How to Think Like a Performance Engineer
csswizardry
22
1.4k
GitHub's CSS Performance
jonrohan
1030
460k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
227
22k
Adopting Sorbet at Scale
ufuk
75
9.2k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
120k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Docker and Python
trallard
44
3.3k
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自体を再起動してください 初期化ボタンが表示されている方は、ボタンをクリックします