6
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

個人的に最高だった解説ページ集【Git編】

Last updated at Posted at 2022-03-03

個人的にすごくわかりやすかった・使いやすかったGit関連のページを一覧にしてみました。
執筆者の皆様には感謝と尊敬の気持ちでいっぱいです。。

GitとGitHubの基本

バージョン管理とは何か?Gitとは何か?という前提知識の部分から
Gitのインストール、コミット、GitHubの使い方まで過不足なく丁寧に解説してくださってます。
 

よく使うコマンド一覧

「ブランチの操作」「コミットの操作」など、カテゴリ分けされており、目次も用意してくださっています。
 

コミットを取消したい

「ローカルのみでCommitを取り消せばOKの場合」「ローカルもリモートもCommitを取り消す必要がある場合」など、
ケース別に詳しく解説してくださってます。
 

コンフリクト時の対処

漫画入りの解説ページですが、凄くわかりやすかったです。
初心者がいだきがちな疑問にもさりげなく答えてくれています。
 

リポジトリごとにユーザー名を変えたい

こちらも同じ漫画入りの解説ページです。
こちらのサイト様は他の解説もわかりやすいのでおすすめです。
 

gitconfig

1つ上の「リポジトリごとにユーザー名を変えたい」にも出てきたgitconfigについて
わかりやすくまとめてくださってます。

6
14
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?