Skip to content

Making changes to Dominos

jnider edited this page Oct 7, 2012 · 2 revisions

Start by making a Git repository on the development branch:

git clone https://github.com/jnider/dominos.git -b dev

Now you can see through git config -l: remote.origin.fetch=+refs/heads/:refs/remotes/origin/ remote.origin.url=https://github.com/jnider/dominos.git branch.dev.remote=origin branch.dev.merge=refs/heads/dev

Clone this wiki locally