Skip to content

Commit

Permalink
Merge pull request #77 from slaclab/doc_update
Browse files Browse the repository at this point in the history
DOC: add missing checkout step in instructions for update developmet branch
  • Loading branch information
nstelter-slac authored Apr 4, 2024
2 parents 7f0b28b + 7f8f18e commit 43b901f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ git switch beamtime_<month>_<day>_<year>

### B) Getting the latest changes from the `development` branch
```
git checkout development
git pull origin development
```

### C) Saving a new feature/script/bugfix/etc:
* make sure you have the latest changes from the remote:
```
git checkout development
git pull origin development
```
* make a branch for your feature from the `development` branch:
Expand Down

0 comments on commit 43b901f

Please sign in to comment.