Git
Git records file changes so you can experiment safely, review history, and collaborate with others.
Recommended order
- Git basics
- git init or git clone (Japanese)
- git status and git diff (Japanese)
- git add and git commit (Japanese)
- Branches, merge, and push (Japanese)
Find an answer by task
- Review changes with
git statusandgit diff - Save changes with
git addandgit commit - Experiment safely on a branch
- Share on GitHub by pushing to a remote
English translations of detailed reference pages will be added alongside future Japanese edits.