💾 Archived View for freeshell.de › tldr › git-config.gmi captured on 2024-02-05 at 11:04:02. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

git config

Manage custom configuration options for Git repositories.
These configurations can be local (for the current repository) or global (for the current user).

More information.

git config --list --local
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