Skip to content

Commit

Permalink
Update README_dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jellepoland authored Aug 14, 2024
1 parent 59879cc commit 9166cf1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,11 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions
git checkout develop
git pull
```
9. Once merged on the remote and locally, delete this feature branch on the remote
10. Delete branch
9. Once merged on the remote and locally, delete this feature branch on the remote (see pull-request) and locally using
```
git branch -d <branch name>
```
12. Close issue
10. Close issue


## Explanation of folders/files
Expand Down

0 comments on commit 9166cf1

Please sign in to comment.