You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add the ability to run any (git) command on every projects of the workspace.
My main use case here would be to check the sha1 status of each of the projects (by issuing git rev-parse HEAD for each repo) but there can be other uses.
The text was updated successfully, but these errors were encountered:
After reading thw reasons it was closed I can understand. Another possibility would be to add sha1 in the status but I'd say this run or foreach command could be useful and not that simple to implement with a oneliner of you consider the case of deeper git directories or non git dirs besides git dirs . I can also think of gws do -- make
It would be nice to add the ability to run any (git) command on every projects of the workspace.
My main use case here would be to check the sha1 status of each of the projects (by issuing
git rev-parse HEAD
for each repo) but there can be other uses.The text was updated successfully, but these errors were encountered: