Pull changes from remote into local project

  1. List the remote names
    git remote
  2. Get updates from listed remote repository
    git pull -s subtree <remoteName> master --squash
  3. Probably things need to be merged manually. This can be done in IntelliJ IDEAS