Skip to content
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

Git_install手順書を作成 #32

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Git_install手順書を作成 #32

wants to merge 17 commits into from

Conversation

Yoshiki217
Copy link
Collaborator

ボリューム感がやや多いかと思いましたので、01でgit,02でgit hubに分けて作ろうかと思います

@Yoshiki217 Yoshiki217 changed the title Git_install手順書01を作成 Git_install手順書を作成 Jul 11, 2022
@Yoshiki217 Yoshiki217 requested a review from K-shir0 July 11, 2022 14:45
Copy link
Collaborator

@K-shir0 K-shir0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

見ると文書としておかしい部分が多々あるのでマークダウンをプレビューしながら書くと良いですよ。
あとドキュメントの想定読者のレベルを考えながら書けるともっと良い手順書が書けると思います。

git_install/README.md Outdated Show resolved Hide resolved
git_install/README.md Outdated Show resolved Hide resolved
git_install/README.md Outdated Show resolved Hide resolved
git_install/README.md Outdated Show resolved Hide resolved
git_install/README.md Outdated Show resolved Hide resolved
git_install/README.md Outdated Show resolved Hide resolved
@K-shir0
Copy link
Collaborator

K-shir0 commented Jul 12, 2022

ボリューム感がやや多いかと思いましたので、01でgit,02でgit hubに分けて作ろうかと思います

忘れないように issue を立てた方が良さそう。お任せします。

@Yoshiki217 Yoshiki217 self-assigned this Jul 12, 2022
@Yoshiki217
Copy link
Collaborator Author

git pull しようとしたときに、謎のエラーに遭遇して何回もコミットしてしまいました、すみませんでした。
解決方法 参考 :
URL https://blog.agile.esm.co.jp/entry/git-warns-pulling-without-specifying-how-to-reconcile-divergent-branches

@Yoshiki217 Yoshiki217 requested a review from K-shir0 July 12, 2022 02:31
Copy link
Collaborator

@K-shir0 K-shir0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ごり押しな記法が目立ちます。
基本的な記法はざっと公式ドキュメントを目を通すと良いですよ。

https://docs.github.com/ja/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax


## Windows
1. まず,[Gitをインストール](https://git-scm.com/download/win)する
- ![](fig/dl_link.drawio.svg)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

リストに画像がひっついてるの違和感があります。文章以外には基本使わないです。


## profile 設定 Mac $ Windows 共通 (WindowsはBash ,MacはTerminal)
1. ユーザー名(`user.name`)とメールアドレス(`user.email`)を登録します
2. `git config --global user.name "自分だとわかる名前を入れてください"`を打って`Git`にユーザー名を登録します
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

日本語にするよりも

後の文に "Your Name には Git で使用するユーザ名を入力して下さい"などの方が良いと思います。

@@ -0,0 +1,37 @@
# GitをダウンロードしてGitHubを使ってみファイル管理をしてみよう01

## Windows
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ヘッダーの後は改行を入れた方が見た目が良くなります👈

1. ユーザー名(`user.name`)とメールアドレス(`user.email`)を登録します
2. `git config --global user.name "自分だとわかる名前を入れてください"`を打って`Git`にユーザー名を登録します
`Git`にユーザー名を登録しておくことで、コミット時の名前を表示できます
- *例* `git config --global user.name "Yoshiki"`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

タブを追加して階層化しましょう

Suggested change
- ** `git config --global user.name "Yoshiki"`
- ** `git config --global user.name "Yoshiki"`

`Git`にユーザー名を登録しておくことで、コミット時の名前を表示できます
- *例* `git config --global user.name "Yoshiki"`
3. `git config --global user.email "自分のメールアドレス入力してください"`を打って`Git`にメールアドレスを登録します
- *例* `git config --global user.email "[email protected]"`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同じく

@K-shir0
Copy link
Collaborator

K-shir0 commented Jul 12, 2022

あと他人の Markdown (Qiita, Github レポジトリ)を参考にしながら書くなどすると向上すると思います。

参考例
ttps://qiita.com/ryome/items/8e193e183461a52154b1

@Yoshiki217 Yoshiki217 requested a review from K-shir0 March 9, 2023 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants