Tower not updating newly created files

1.3k views Asked by At

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?

1

There are 1 answers

0
user229044 On

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.