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 best solutions below

0
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.