Next Steps with Git
Once you have created a Git repository and connected your Workbench project to it, the next steps include the following:
-
Uploading your committed changes to the repository so other users can access them. See Pushing Changes.
-
Downloading changes made by other users so your project stays up to date. See Pulling Changes.
-
Setting projects to be tied to testing, staging, or production branches. See Using Git Checkout.
-
Clone a central repository to create development, test, or production versions of a project. See Cloning Repositories.
-
Resolve conflicts between two different versions of a file. See Resolving Conflicts.
-
Doing more complex actions using commands in the Git console. See Git Console for Advanced Users.