Manage custom configuration options for Git repositories.
These configurations can be local (for the current repository) or global (for the current user).
.git/config
in the current repository):
git config --list --local
~/.gitconfig
):
git config --list --global
git config --list
git config alias.unstage
git config --global alias.unstage "reset HEAD --"
git config --global --unset alias.unstage
git config --edit
git config --global --edit
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB