Settings and commands
This guide covers Git commands and advanced settings available in Anchorpoint, including workflow commands, repository management, and configuration options.
Git Commands
A Git workflow basically has commands that are executed continuously and commands that are needed from time to time.
Timeline Commands
These commands are available in the Timeline.
Push
The push uploads the commits (i.e. the project checkpoints) to the server. Once they are uploaded, the team can download them via a pull.
Pull
The pull downloads commits from the server. After the pull, you are up to date. The pull also happens explicitly, so you can't break anything while working. If a commit has caused problems (e.g. the level in the game engine no longer loads), it can be undone via Undo Commit.
After a pull, Anchorpoint also performs a submodule update if you have submodules in your repository.
Submitting New Changes
These commands are available when clicking on "Changed Files" in the Timeline.