flâneur — a map of the web's best reading

Git - user-manual Documentation

git-scm.com · 28,508 words · saved by 1 readers

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

Explore this link on the map →

related reading