See the log messages with
 gitk
Merge in, the svn master branch
 git merge master
 git log
 gitk
We need to make a setting [http://stackoverflow.com/questions/948354/git-push-current-branch how we push branches.]
 git config push.default simple
 
Then send it of to github
 git push hub
==== For branch relax_disp ====