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 7325af0 commit 59879cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Hi! Welcome to this Python Template, this `README_dev.md` contains instructions
git push
```
7. Create a pull-request, with `base:develop`, to merge this feature branch and close this issue
8. Once merged, delete this feature branch on the remote
9. Update branch information locally using `git fetch --prune`, pull in new info `git pull origin develop` and delete branch locally using `git branch -d <enter branch name>`
```
git fetch --prune
git pull --all
git checkout develop
git pull
```
9. Once merged on the remote and locally, delete this feature branch on the remote
10. Delete branch
```
git branch -d <branch name>
Expand Down

0 comments on commit 59879cc

Please sign in to comment.