Created
November 26, 2015 14:57
-
-
Save topolik/796b5c605477e07a9753 to your computer and use it in GitHub Desktop.
liferay portal master .git/config
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
| [remote "origin"] | |
| fetch = +refs/heads/*:refs/remotes/origin/* | |
| url = [email protected]:topolik/liferay-portal.git | |
| [remote "upstream"] | |
| url = [email protected]:liferay/liferay-portal.git | |
| pushurl = [email protected]:topolik/liferay-portal.git | |
| fetch = +refs/heads/*:refs/remotes/upstream/* | |
| [branch "master"] | |
| remote = upstream | |
| merge = refs/heads/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment