Skip to content

Commit 7b03f18

Browse files
committed
Add to readme
1 parent e696d60 commit 7b03f18

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1-
# find-replace (Sourcegraph extension)
1+
# Find-replace campaigns (Sourcegraph extension)
22

3-
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

Comments
 (0)