You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)}
The text was updated successfully, but these errors were encountered:
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)}
The text was updated successfully, but these errors were encountered: