view plugins/filters/.git/config @ 4:888e774ee983

libcalendar plugin as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:57:56 -0500
parents 1e000243b222
children
line wrap: on
line source

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/6ec123321/filters.git
	fetch = +refs/heads/*:refs/remotes/origin/*
	pushurl = git@github.com:6ec123321/filters.git
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "composer"]
	url = https://github.com/6ec123321/filters.git
	fetch = +refs/heads/*:refs/remotes/composer/*