-
Notifications
You must be signed in to change notification settings - Fork 282
Commands
X.L edited this page Oct 12, 2018
·
8 revisions
Create a new config file for a project.
Set the current profile.
func(profileName: string)
Upload the current file.
Download the remote version of the current file and overwrite the local copy.
- Any files that exist on both local and remote that have a different timestamp between local and remote are copied over.
- Any files that only exist on the local are copied over.
Same as Sync Local -> Remote
, but in the opposite direction.
Compare file modification times, and will always perform the action that causes the newest file to be present in both locations.
Upload file or folders.
func(fspaths: string[])
Download file or folders.
func(fspaths: string[])
An alternative command can be found when pressing Alt
while opening a menu.
Download file but disregard ignore rules.
Upload file but disregard ignore rules.