Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

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
  • No labels