diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-04-10 19:02:13 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-04-10 19:02:13 +0200 |
commit | 7f16e3e61379eb8d926bb35660428b6aacdd96d3 (patch) | |
tree | 72d2d7fe095654e2ec3f98e00458c995b6052c3e /src | |
parent | 6d2292f2431ec9405b8789c28c81e8e711c15b2d (diff) | |
download | notes-7f16e3e61379eb8d926bb35660428b6aacdd96d3.tar.gz notes-7f16e3e61379eb8d926bb35660428b6aacdd96d3.zip |
git: config notes
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/git.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/git.md b/src/tools/git.md index 8d5c26c..34c5baa 100644 --- a/src/tools/git.md +++ b/src/tools/git.md @@ -29,6 +29,13 @@ +-------------------+ ``` +## Config +```markdown + git config --list --show-origin ..... list currently set configs and where + they are coming from + git --edit [--global] ............... open config in editor (local or global) +``` + ## Clean ```markdown git clean -X ......... remove only ignored files (-n for dry run) |