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
{{ message }}
This repository was archived by the owner on Jan 18, 2021. It is now read-only.
As a user of stash plugins, I would like the ability to replace text across multiple repositories, so that I can keep my code base up to date.
Consider, for instance, this behavior across multiple repositories:
git grep -l 'original_text' | xargs sed -i 's/original_text/new_text/g'