/
Subtree Commands for Use-cases

Subtree Commands for Use-cases

Pull changes from remote into local project

Run the following from the top-level dir of the local project

  1. List the remote names
    git remote
  2. Get updates from listed remote repository
    git subtree pull --prefix=<folderName> <remoteName> master --squash
  3. Probably things need to be merged manually. This can be done in IntelliJ IDEAS
    Check VCS / Git / Resolve Conflicts after updating VCS status

Related content

Git Submodules/Subtrees
Git Submodules/Subtrees
More like this
IntelliJ IDEA
IntelliJ IDEA
More like this
Visual Studio Code
Visual Studio Code
More like this
How to create new SNAP modules using SNAP maven archetypes
How to create new SNAP modules using SNAP maven archetypes
More like this
Using SNAP in your Java program
Using SNAP in your Java program
More like this
How to build SNAP from sources
How to build SNAP from sources
More like this