Skip to content

Conversation

yuvallanger
Copy link
Contributor

Continuing work done in #3748.

Used:

```bash
find * -type f -exec sed -i 's/\beg,/e.g.,/g' {} \;
```
Used:

```bash
find * -type f -exec sed -i 's/\beg\b/e.g.,/g' {} \;
```
Used:

```bash
find * -type f -exec sed -i 's/\bie,/i.e.,/g' {} \;
```
Used:

```bash
find * -type f -exec sed -i 's/\bie\b/i.e.,/g' {} \;
```
@tacaswell
Copy link
Member

The same commits are in both PRs. Can you just keep working on the patch-eg-with-dots branch? pull requests track branches, not commits so when ever you push new commits to the branch, github will update the pull request with the new commits. This also means that by using force push you can completely change the contents of the PR.

@tacaswell tacaswell closed this Nov 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants