Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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