
Chapters
この本について
gitとは?
githubとは?
git管理を始めよう
「git add」でファイルを追跡しよう
「git commit」でファイルの変更をセーブしよう
「git push」でGitHubに同期しよう
「git branch」で安全に変更を加えよう
「git merge」で別のブランチの内容を取り込もう
「git reset」で変更を取り消そう
GitHubでpull requestを出してみよう
.gitignoreで特定のファイル/フォルダをgit管理から外してみよう
「git stash」で変更を退避させよう
「git commit --amend」と「git rebase」で過去のコミットを編集しよう
競合(Conflict)を直してみよう
「git push -f」で強制的に上書きしよう
.gitconfigでカスタマイズしよう
最後に
Community
Author
Topics