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
Perform a find-replace over multiple repositories by creating a Sourcegraph campaign.
3
+
Create Sourcegraph campaigns that perform a find-replace on multiple files in multiple repositories.
4
+
5
+
## What are Sourcegraph campaigns?
6
+
7
+
Campaigns let you make code changes across many repositories and code hosts. Read more about [campaigns in the Sourcegraph docs.](https://docs.sourcegraph.com/campaigns)
8
+
9
+
## How does a find-replace campaign work?
10
+
11
+
A find-replace campaign is a campaign that finds all matches of a given string and replaces them with a replacement string.
12
+
13
+
- Perform a search on Sourcegraph
14
+
- In the search results toolbar, click "Find-replace"
15
+
- Enter the string to find
16
+
- Enter the replacement string
17
+
- Once the process is complete, click the notification to open the newly created campaign.
0 commit comments