Skip to content

Sychronize an ARC

The command arc sync handles multiple operations for your ARC in one step. It will

Terminal window
arc sync [-m]
  • track LFS files,
  • stage changes,
  • commit changes,
  • pull changes from the remote repository, and
  • push changes from your local repository.

Using the flag -m allows you to add a message to your synchronization, e.g.,

Terminal window
arc sync -m "addition of proteomics dataset"