Skip to content

Commit

Permalink
add a note about how to rename the namespace from PDL to PDLA
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Aug 29, 2015
1 parent a242978 commit 7dd84bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NOTES.md
Expand Up @@ -64,3 +64,9 @@ git push --mirror git@github.com:PDLPorters/pdla.git
```

from <https://help.github.com/articles/duplicating-a-repository/#mirroring-a-repository>.

## Renaming a namespace

```shell
perl -pi -e 's#PDL([^A])#PDLA$1#g' $(git grep -l PDL)
```

0 comments on commit 7dd84bd

Please sign in to comment.