mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Fixed ignored command option
This commit is contained in:
@@ -68,7 +68,7 @@ git config --list --show-origin
|
||||
# render the current configuration
|
||||
git config --list \
|
||||
| awk -F '=' '{print $1}' | uniq \
|
||||
| xargs -n 1 -I {} sh -c 'printf "{}=" && git config --get {}'
|
||||
| xargs -I {} sh -c 'printf "{}=" && git config --get {}'
|
||||
|
||||
# get the top-level directory of the current repository
|
||||
git rev-parse --show-toplevel
|
||||
|
||||
Reference in New Issue
Block a user