MMD Schema with Git: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(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...")
 
No edit summary
Line 12: Line 12:
Map own repos created on github to an alias
Map own repos created on github to an alias
git remote add ijbaz git@github.com:ijabz/mmd-schema.git
git remote add ijbaz git@github.com:ijabz/mmd-schema.git
TODO wrong url, need the one wchich doesnt need public key


==Make Chnages ==
==Make Chnages ==
Edit Files
Edit Files


== Commit files to my local verison
== Commit files to my local verison ==
<pre>
git commit -a -m "message"
git commit -a -m "message"
</pre>


== Send to my remote Repos
== Send to my remote Repos ==
<pre>
git push ijabz branchname
git push ijabz branchname
</pre>

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

Revision as of 10:13, 1 May 2013

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 TODO wrong url, need the one wchich doesnt need public key

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