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
If you don't choose to upload uncommitted changes, git-deploy uploads the current state of the repository. So you must make sure that the files are not in the index, i.e. they do not show up on GitHub. If they do, remove them (git remove --cached filename).
Anyway, I'm not quite sure whether I understand you right, so you may also have experienced a bug.
hello,
i really like this way to deploy, it saves me so much time.
but i try to ignore some subfolders but it doesn't work.
this is my .gitignore
themes
wp-admin
wp-includes
wp-content/*
!wp-content/themes
.gitignore
.svn
themes, wp-includes are ignored, the rest dosn't work.
can someone help me with this?
thanks
The text was updated successfully, but these errors were encountered: