Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvi Shankar committed Mar 2, 2017
1 parent 9e9843b commit c89b3c9
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions python-flask/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,17 @@ Follow the steps mentioned below for git based pipeline
1. Ensure that you have a git project
2. Edit `app/src/server.py`
3. Commit your changes
```bash
$ git add .
$ git commit -m "message"
```

```bash
$ git add .
$ git commit -m "message"
```

4. Push the changes to git
```bash
$ git push <remote> master
```

```bash
$ git push <remote> master
```

# Advanced usage

Expand Down

0 comments on commit c89b3c9

Please sign in to comment.