Created
April 10, 2024 21:52
-
-
Save pjh/6d28246d5f92ec7c5459c7a45dd7e1af to your computer and use it in GitHub Desktop.
git config for git-town bug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git config -l | |
include.path=/usr/share/git-core/config | |
http.version=HTTP/2 | |
feature.experimental=true | |
core.commitgraph=false | |
gc.writecommitgraph=false | |
gc.cruftpacks=true | |
init.defaultbranch=main | |
protocol.persistent-https.allow=always | |
protocol.rpc.allow=always | |
protocol.sso.allow=always | |
fetch.uriprotocols=https | |
fetch.parallel=16 | |
submodule.fetchjobs=16 | |
url.https://github.com/.insteadof=http://github.com/ | |
url.https://github.com/.insteadof=git://github.com/ | |
transfer.advertisesid=true | |
checkout.workers=2 | |
safe.barerepository=explicit | |
include.path=/usr/share/git-core/mac_config | |
include.path=/usr/share/git-core/git_secrets_config | |
hook.commit-msg.command=git secrets --commit_msg_hook | |
hook.pre-commit.command=git secrets --pre_commit_hook | |
hook.prepare-commit-msg.command=git secrets --prepare_commit_msg_hook | |
include.path=/usr/share/git-core/jiri_config | |
jiri.enablesubmodules=true | |
include.path=/usr/share/git-core/trace_config | |
trace2.eventtarget=af_unix:/run/git-trace-daemon.sock | |
trace2.envvars=GIO_LAUNCHED_DESKTOP_FILE,GIT_HTTP_USER_AGENT,USER,GIT_ALTERNATE_OBJECT_DIRECTORI | |
ES,GIT_OBJECT_DIRECTORY,GIT_DIR,_ | |
trace2.eventnesting=999 | |
include.path=/usr/share/git-repo/config | |
repo.superprojectchoice=true | |
push.default=simple | |
push.autosetupremote=true | |
url.sso://user/peterhornyack/.insteadof=me: | |
url.ssh://[email protected]/.insteadof=https://github.com/ | |
user.name=Peter Hornyack | |
[email protected] | |
user.signingkey=ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIs+Rdk22RSEBDzv7KGJtT5oIQ8qI2mlHGuxdc2iXCVl | |
[email protected] | |
core.excludesfile=~/.gitignore | |
core.abbrev=12 | |
core.safecrlf=warn | |
color.ui=auto | |
pretty.fixes=Fixes: %h ("%s") | |
alias.hist=log --pretty=format:"%h %ad | %s%d [%an]" --graph --date=short | |
stash.showpatch=true | |
gpg.format=ssh | |
commit.gpgsign=true | |
rebase.updaterefs=true | |
branch.sort=-committerdate | |
rerere.enabled=true | |
core.repositoryformatversion=0 | |
core.filemode=true | |
core.bare=false | |
core.logallrefupdates=true | |
[email protected]:pjh/git-town.git | |
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* | |
branch.main.remote=origin | |
branch.main.merge=refs/heads/main | |
git-town.main-branch=main | |
git-town.perennial-branches= | |
git-town-branch.branch1.parent=main | |
branch.branch1.remote=origin | |
branch.branch1.merge=refs/heads/branch1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment