Hacker News new | ask | show | jobs
by Matt3o12_ 2946 days ago
Well, git status doesn’t show unpushed changes from other branches but when I deploy, I normally go into the deployment branch and run git status there. So the unpushed changes in other branches would be quite insignificant.

But everyone’s workflow is different. The author maybe should have added a reason why he uses that instead of git status

1 comments

Ok, so that would be a difference. Showing all unpushed changes from all branches.

Seems unusual that all branches are involved in deployment though. Isn't the typical workflow that only one branch get's deployed to the user facing machine?