adhenrique / fiap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fiap

git config

[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
[remote "origin"]
	url = https://github.com/adhenrique/fiap.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[http]
	sslVerify = false
[branch "master"]
	remote = origin
	merge = refs/heads/master

About