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 2 Next »

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