Skip to content

Commit ede203b

Browse files
committed
docs: Clarify that Sync commits all staged files
just in case advanced users are editing other files directly in the git checkout.
1 parent 9800861 commit ede203b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/menu-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Much like the [git pull](https://git-scm.com/docs/git-pull) command, this menu o
4848
## Sync
4949
This option will synchronize the current branch checked out a local repo with the same branch in a remote repo. It encapsulates the pattern of fetching, pulling, committing, and pushing into one menu action.
5050
- If you are on the Default Merge Branch, then Sync only pulls the latest commits from the remote. Committing is disallowed on the Default Merge Branch.
51-
- If there is no defined remote repository, it will simply commit any uncommitted files.
51+
- If there is no defined remote repository, it will simply commit all staged files.
5252
- If there is a Default Merge Branch defined, then sync attempts to perform a [rebase](https://git-scm.com/docs/git-rebase) onto the latest Default Merge Branch from the remote.
5353
- If the rebase were to result in merge conflicts, then this action is aborted so the system is not left in an inconsistent state.
5454

0 commit comments

Comments
 (0)