18 lines
456 B
Plaintext
18 lines
456 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = false
|
|
bare = false
|
|
logallrefupdates = true
|
|
symlinks = false
|
|
ignorecase = true
|
|
[remote "origin"]
|
|
url = https://github.com/laravel/laravel.git
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|
|
pushurl = git@github.com:laravel/laravel.git
|
|
[branch "12.x"]
|
|
remote = origin
|
|
merge = refs/heads/12.x
|
|
[remote "composer"]
|
|
url = https://github.com/laravel/laravel.git
|
|
fetch = +refs/heads/*:refs/remotes/composer/*
|