git status doesn't show changed files in Bash.
Brett_walker
Posts: 1 New member
Hello,
I have Source Control successfully integrated with git and it all works beautifully. But when I change an object in SSMS (2017) and save it (save a table, alter proc, etc.) and do a git status in the working folder in Bash, the object/file I changed doesn't show up. But when I commit and push, everything works right.
Shouldn't I be able to see these files/objects in a git status?
Thanks,
Brett Walker
I have Source Control successfully integrated with git and it all works beautifully. But when I change an object in SSMS (2017) and save it (save a table, alter proc, etc.) and do a git status in the working folder in Bash, the object/file I changed doesn't show up. But when I commit and push, everything works right.
Shouldn't I be able to see these files/objects in a git status?
Thanks,
Brett Walker
Tagged:
Answers
Tianjiao Li | Redgate Software
Have you visited our Help Center?