Typical Workflow
- A
- A
StarTeam Server View is under the central control of
StarTeam Server.
- B
- A
Git developer clones the View into their local
Git repository.
- C
- The
Git developer branches, commits, and works as normal with their
Git repository.
- D
- Another developer is using a
StarTeam client. They update their local
StarTeam controlled work area from the same View.
- E
- The second developer works on the code and pushes their changes to
StarTeam Server.
- F
- The
Git developer tries to push their changes. The push fails as there are changes in the View that they need to merge.
- G
- The
Git developer pulls the changes and merges them into their local
Git repository.
- H
- The
Git developer can now successfully push their changes to
StarTeam Server.