| ... | ... | @@ -21,14 +21,14 @@ Always login as yourself (beamline or personal computer): |
|
|
|
## Workflow for code development
|
|
|
|
|
|
|
|
|
|
|
|
``
|
|
|
|
```
|
|
|
|
|
|
|
|
1. git checkout main # switch to “main” branch
|
|
|
|
2. git fetch # check for changes of main repository
|
|
|
|
3. git pull # update your “main” branch to include changes from the day before
|
|
|
|
4. git checkout -b branchX # create new branch from “main” named branchX and switch to it
|
|
|
|
|
|
|
|
``
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
5. make changes
|
| ... | ... | |