Forrest logo
back to context overview

git-sync

List of commands for git-sync:

  • git-sync:tldr:2cd1a git-sync: Sync the current local branch with the remote main branch.
    $ git sync origin main
    try on your machine
    explain this command
  • git-sync:tldr:54a8c git-sync: Sync without cleaning untracked files.
    $ git sync -s ${remote_name} ${branch_name}
    try on your machine
    explain this command
  • git-sync:tldr:b34d8 git-sync: Sync the current local branch with its remote branch.
    $ git sync
    try on your machine
    explain this command
back to context overview