Skip to content

Commit 83c3f1e

Browse files
author
Adam Dupaski
authored
Add anchor
1 parent e10930d commit 83c3f1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/en/docs/refguide/version-control/using-version-control-in-studio-pro

content/en/docs/refguide/version-control/using-version-control-in-studio-pro/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you also changed Java source code, added widgets or made other changes that a
119119

120120
Committing is only allowed if your working copy is up to date with the repository. If someone else committed a change since the last time you pulled, you will have to pull first. This is because the revision you create with the commit should incorporate both your changes and the changes by the other person. Updating will combine the latest changes in the repository with your changes. After reviewing the result, and fixing any conflicts, you can commit again.
121121

122-
### 4.3 Pushing
122+
### 4.3 Pushing {#pushing}
123123

124124
Pushing is sending your local changes to the Team Server. After committing you need to push the committed changes if you want them to be accessible to others. By default, this is done when committing, but it is possible to wait for this step until later.
125125

0 commit comments

Comments
 (0)