Skip to content

Commit

Permalink
Merge pull request #46 from Nr18/docs/update-readme
Browse files Browse the repository at this point in the history
docs: remove deprecated command
  • Loading branch information
Joris Conijn committed Feb 20, 2022
2 parents 9fb20be + 29cbbc3 commit d67bab8
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ source .venv/bin/activate
pip install pull-request-codecommit
```

You need to add the `.venv/bin/` path to your system `PATH`. This is needed for the `git pr` commands to function.

## Configuration

The tool uses the following file `~/.aws/pull-request-codecommit`. It will first load the `default` profile and then, if
Expand All @@ -52,12 +54,6 @@ branch=develop

To use `pull-request-codecommit` you just execute the following command:

```bash
pull-request-codecommit
```

Or:

```bash
git pr
```
Expand All @@ -66,12 +62,6 @@ git pr

In some cases it makes sense to directly merge the pull request, in those cases you can use:

```bash
pull-request-codecommit --auto-merge
```

Or:

```bash
git pr --auto-merge
```
Expand All @@ -94,12 +84,6 @@ When a pull requests exists a proposal is made to update the existing pull reque

When you want to overwrite the target branch you need to supply the `--branch <name>` option:

```bash
pull-request-codecommit --branch my-target-branch
```

Or:

```bash
git pr --branch my-target-branch
```
Expand Down

0 comments on commit d67bab8

Please sign in to comment.