MMD Schema with Git

From MusicBrainz Wiki
Revision as of 10:12, 1 May 2013 by Ijabz (talk | contribs) (Created page with "== Login to Github== Fork mmd repos so have own repository ===Checkout Schema, particular branch=== Checking out git schema, swicthing to another branch and making changes to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Login to Github

Fork mmd repos so have own repository

Checkout Schema, particular branch

Checking out git schema, swicthing to another branch and making changes to that branch

git clone https://github.com/metabrainz/mmd-schema.git mmd-schema
git checkout branchname

Map Own Repos

Map own repos created on github to an alias git remote add ijbaz git@github.com:ijabz/mmd-schema.git

Make Chnages

Edit Files

== Commit files to my local verison git commit -a -m "message"

== Send to my remote Repos git push ijabz branchname

== Request other review Changes Login to github Go to my repos and 'Pull'

Wait for Reviews

Need at least two If okay then request my pull request is merged into main branch