-
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
Open
Yoshiki217
wants to merge
17
commits into
main
Choose a base branch
from
install_git
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 5 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
4625882
Github導入,READMEを作成
Yoshiki217 5454d4c
feature/git/windowsにgitをインストール、name,emailを登録方法を追加
Yoshiki217 76b8591
feature/Mac向けのGitインストールを追記
Yoshiki217 7858ed2
feature/add Git_install
Yoshiki217 d1a10c1
Merge branch 'main' into install_git
Yoshiki217 0b2f43f
fix/画像に番号がついていた部分を修正、共通部分をまとめてひとつし修正,読者用の補足を追加
Yoshiki217 4e0383d
Merge branch 'main' into install_git
Yoshiki217 9ad38a2
fix/表記揺れを修正、想定読者を意識してマークダウンに補足説明を追記
Yoshiki217 b36cfe8
"fix/エラーのためコミット"
Yoshiki217 dd7cc21
fix
Yoshiki217 935d76e
fix/READMEを編集
Yoshiki217 6959ab2
Merge branch 'install_git' of https://github.com/ECCNetLab/problems i…
Yoshiki217 988f560
GItのついての説明文を追加
Yoshiki217 2296783
ゴリ押し記法を若干改善
Yoshiki217 00af011
profile設定に確認項目を追加
Yoshiki217 f66ee33
fix / git - command - sample
Yoshiki217 d200cb3
list化していた画像を編集
Yoshiki217 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| # GitをダウンロードしてGitHubを使ってみファイル管理をしてみよう01 | ||
|
|
||
| ## Windows | ||
| 1. まず,[Gitをインストール](https://git-scm.com/download/win)する | ||
| 2.  | ||
K-shir0 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 3. 64ビットをインストールしてください | ||
| 4. installer.exeを実行してください | ||
| 5. next → next → ここでとまる | ||
| 6.  | ||
K-shir0 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 7. 一番下の`(NEW!)Add a git Bash Profile to Windows Terminal`のチェックボックスにチェックを入れてください | ||
| 8. 以降は全部`next`を押して、`install`を押してください | ||
|
|
||
| ### Git bash profile | ||
| 1. Windowsメニューから`Git Bash`を開きます | ||
| 2.  | ||
K-shir0 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 3. `Git Bash`を開くと`Terminal`が開きます | ||
| 4. `user.name`と`user.email`を登録します | ||
| 5. `git config --global user.name "Your Name"`を打って`Git`にユーザー名を登録します | ||
K-shir0 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| `Git`にユーザー名を入力することで、コミット時の名前を表示できます | ||
| 6. `git config --global user.email "Your Email"`を打って`Git`にメールアドレスを登録します | ||
K-shir0 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 7. 登録確認のために`git config --global --list`を打って確認してください,登録して内容が表示されればOKです | ||
|
|
||
| ## Mac | ||
| 1. `Git`が入っているかどうか`Terminal`から確認しましょう {`Git --version`} | ||
| 2. 入っていない場合は,`Homebrew`からGitをインストールします,入っている場合は4に飛んでください | ||
| 3. `brew install git`を入力しインストール,インストール後確認{`Git --version`} | ||
| 4. `user.name`と`user.email`を登録します | ||
| 5. `git config --global user.name "Your Name"`を打って`Git`にユーザー名を登録します | ||
| `Git`にユーザー名を入力することで、コミット時の名前を表示できます | ||
| 6. `git config --global user.email "Your Email"`を打って`Git`にメールアドレスを登録します | ||
| 7. 登録確認のために`git config --global --list`を打って確認してください,登録して内容が表示されればOKです | ||
K-shir0 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ### 02に続きます | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
ヘッダーの後は改行を入れた方が見た目が良くなります👈