Skip to content

Instantly share code, notes, and snippets.

@topolik
Created November 26, 2015 14:57
Show Gist options
  • Select an option

  • Save topolik/796b5c605477e07a9753 to your computer and use it in GitHub Desktop.

Select an option

Save topolik/796b5c605477e07a9753 to your computer and use it in GitHub Desktop.
liferay portal master .git/config
[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