
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 maintry on your machineexplain this command
-
git-sync:tldr:54a8c git-sync: Sync without cleaning untracked files.$ git sync -s ${remote_name} ${branch_name}try on your machineexplain this command
-
git-sync:tldr:b34d8 git-sync: Sync the current local branch with its remote branch.$ git synctry on your machineexplain this command