-
Notifications
You must be signed in to change notification settings - Fork 3
Git_install手順書を作成 #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 12 commits
4625882
5454d4c
76b8591
7858ed2
d1a10c1
0b2f43f
4e0383d
9ad38a2
b36cfe8
dd7cc21
935d76e
6959ab2
988f560
2296783
00af011
f66ee33
d200cb3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,37 @@ | ||||||
| # GitをダウンロードしてGitHubを使ってみファイル管理をしてみよう01 | ||||||
|
|
||||||
| ## Windows | ||||||
| 1. まず,[Gitをインストール](https://git-scm.com/download/win)する | ||||||
| -  | ||||||
|
||||||
| 2. 64ビットをインストールしてください | ||||||
| 3. ダウンロードした,installerを実行してください | ||||||
| 4. next → next → ここでとまる | ||||||
| -  | ||||||
| 5. 一番下の`(NEW!)Add a git Bash Profile to Windows Terminal`のチェックボックスにチェックを入れてください | ||||||
| 6. 以降は全部`next`を押して、`install`を押してください | ||||||
|
|
||||||
| ### Git bash profile | ||||||
| 1. Windowsメニューから`Git`のフォルダをクッリク,その中の`Git Bash`をクリック | ||||||
| -  | ||||||
| 2. `Git Bash`を開くと`Terminal`が開きます | ||||||
| 3. 開いたら,`profile設定`共通部分をしてください | ||||||
|
|
||||||
|
|
||||||
| ## Mac | ||||||
| - `Mac`ではコマンドで`Git`をインストールします | ||||||
| 1. `Git`が入っているかどうか`Terminal`から確認します コマンド → `git --version` | ||||||
| 2. 入っていない場合は,`Homebrew`からGitをインストールします,入っている場合は`profile設定`に飛んでください | ||||||
| 3. `brew install git`を入力しインストール,インストール後確認`git --version` | ||||||
|
|
||||||
|
|
||||||
| ## profile 設定 Mac $ Windows 共通 (WindowsはBash ,MacはTerminal) | ||||||
| 1. ユーザー名(`user.name`)とメールアドレス(`user.email`)を登録します | ||||||
| 2. `git config --global user.name "自分だとわかる名前を入れてください"`を打って`Git`にユーザー名を登録します | ||||||
|
||||||
| `Git`にユーザー名を登録しておくことで、コミット時の名前を表示できます | ||||||
| - *例* `git config --global user.name "Yoshiki"` | ||||||
|
||||||
| - *例* `git config --global user.name "Yoshiki"` | |
| - *例* `git config --global user.name "Yoshiki"` |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
同じく
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ヘッダーの後は改行を入れた方が見た目が良くなります👈