Git - user-manual Documentation
This manual is designed to be readable by someone with basic UNIX command-line skills, but no previous knowledge of Git. Repositories and Branches and Exploring Git history explain how to fetch and study a project using git—read these chapters to learn how to build and test a particular version of a software project, search for regressions, and so on. People needing to do actual development will also want to read Developing with Git and Sharing development with others. Further chapters cover more specialized topics. Comprehensive reference documentation is available through the man pages, or git-help[1] command. For example, for the command git clone , you can either use: or: With the latter, you can use the manual viewer of your choice; see git-help[1] for more information. See also Git Quick Reference for a brief overview of Git commands, without any explanation. Finally, see Notes and todo list for this manual for ways that you can help make this manual more complete. It will
Git - user-manual Documentation English ▾ English Topics ▾ Setup and Config git config help bugreport Credential helpers Getting and Creating Projects init clone Basic Snapshotting add status diff commit notes restore reset rm mv Branching and Merging branch checkout switch merge mergetool log stash tag worktree Sharing and Updating Projects fetch pull push remote submodule Inspection and Comparison show log diff difftool range-diff shortlog describe Patching apply cherry-pick diff rebase revert Debugging bisect blame grep Email am apply imap-send format-patch send-email request-pull External
related reading
- Using Gitcs61bl.org
- How Git works: A complete guide to branches, merges, and collaborationdeveloper.ibm.com
- Useful git commands for SRE and DevOps engineersreliabilityengineering.substack.com
- Git from the Bottom Upjwiegley.github.io
- Version Control with Gitweb.mit.edu
- Disaster Recovery with Gitweb.mit.edu
- Version Control (Git) · Missing Semestermissing.csail.mit.edu
- Reading 5: Version Controlweb.mit.edu
- GitHub - twtrubiks/Git-Tutorials: Git-Tutorials GIT基本使用教學 :memo:github.com
- Git was built in 5 daysgraphite.dev
- Oh Shit, Git!?!ohshitgit.com
- OMBD#21: Master Git Diff With These Not-So-Known Commands | by Jon Portella | ITNEXTjportella93.medium.com