Git - git-config Documentation
You can query/set/replace/unset options with this command. The name is actually the section and the key separated by a dot, and the value will be escaped. Multiple lines can be added to an option by using the --append option. If you want to update or unset an option which can occur on multiple lines, --value= (which is an extended regular expression, unless the --fixed-value option is given) needs to be given. Only the existing values that match the pattern are updated or unset. If you want to handle the lines that do not match the pattern, just prepend a single exclamation mark in front (see also EXAMPLES), but note that this only works when the --fixed-value option is not in use. The --type= option instructs git config to ensure that incoming and outgoing values are canonicalize-able under the given . If no --type= is given, no canonicalization will be performed. Callers may unset an existing --type specifier with --no-type. When reading, the values are rea
Git - git-config Documentation English ▾ English Français Русский Svenska українська мова 简体中文 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 f
Explore this link on the map →related reading
- How Core Git Developers Configure Git | Butler's Logblog.gitbutler.com
- Specify an SSH key for git push for a given domain - Stack Overflowstackoverflow.com
- Git - user-manual Documentationgit-scm.com
- CLI Reference - git-spiceabhinav.github.io
- GitHub - jesseduffield/lazygit: simple terminal UI for git commands · GitHubgithub.com
- Command Reference - Graphitegraphite.dev
- How Git works: A complete guide to branches, merges, and collaborationdeveloper.ibm.com
- GitHub - abhinav/git-spice: Manage stacked Git branches · GitHubgithub.com
- Command Line Interface Guidelinesclig.dev
- Version Control with Gitweb.mit.edu
- Oh Shit, Git!?!ohshitgit.com
- Version Control (Git) · Missing Semestermissing.csail.mit.edu