Skip to content

Commit

Permalink
Add tip: git config --list --show-origin
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhoherd committed May 10, 2024
1 parent 722252c commit fcf41bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8724,6 +8724,9 @@ <h4 id="edit-a-gitconfig-file-with-some-params">Edit a .git/config file with som
<h4 id="show-your-configs-in-a-dotted-one-one-per-option-format">Show your configs in a dotted one-one-per-option format</h4>
<pre><code class="language-sh">git config --list
</code></pre>
<p>Also include the file that each configuration setting is defined in:</p>
<pre><code class="language-sh">git config --list --show-origin
</code></pre>
<h3 id="git-diff">git diff</h3>
<p>Show differences between objects and stuff.</p>
<h4 id="diff-between-staged-and-committed">diff between staged and committed</h4>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit fcf41bd

Please sign in to comment.