If your Git workflow still looks like this...

git add .

git commit -m "fix"

git push

Enter fullscreen mode