I am using Tower to work with a Git repository. My problem is that when I add new files locally they are not showing up in Tower. Anyone know how to fix this?
They are likely hidden by a rule in a .gitignore file. Do you see them when you do git status from the command line? If not, check .gitignore.
They are likely hidden by a rule in a .gitignore file. Do you see them when you do git status from the command line? If not, check .gitignore.