github-merge

GitHub – Merge in a Fork

Posted on September 28, 2010

Fork is a great way to start a new routine of software feature or improvement. There are situations when you would like to merge your current forked version with a latest/ongoing branch. The following code is an example of how to pull from another branch. The ‘project directory’ is your current git project root. The [...]