Merge from other remote
Merge from other remote:
- Set remote origin
git remote add www https://github.com/rinkkasatiainen/rinkkasatiainen.github.com.git
- pull from remote
git fetch www branches
- create local branch
git checkout -b www-using-branches --track www/using-branches
- merge
git merge using-branches