divergence
divergence copied to clipboard
hidden files not syncing
Any hidden files in the root of the git working directory are not being rsynced. This command is what's working for me (Note: I removed the globbing):
rsync -a --delete --exclude .git --exclude .gitignore #{src_path}/ #{path(branch)}