Skip to content

Commit 2b81455

Browse files
authored
Update 11 Git Lab Workflow.md
1 parent 22496e7 commit 2b81455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

0 General/11 Git Lab Workflow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Git Lab Workflow
22

3-
## The below is an example of workflow for creating branches for each new lab.
3+
## Create a new branch for each new lab.
44

55
* Replace the `<new-branch-name>` items below with your appropriate formed `<studentdirectoryname-labnumber-lab-name>` branch name.
66
* An example `<new-branch-name>` would be `bruce-lab01-python-exercise`
@@ -68,7 +68,7 @@
6868

6969
1. Repeat process for new labs.
7070

71-
## Use the following to switch between multiple in-process lab branches.
71+
## Switch between in-progress branches.
7272

7373
1. Git `add` and `commit` changes to current branch:
7474
1. `git add -A`
@@ -88,7 +88,7 @@
8888

8989
1. Repeat process as needed.
9090

91-
## Use the following to delete branches for labs which have already been graded.
91+
## Delete branches for labs which have already been graded.
9292
* NOTE: We delete the branches after they have been merged into `main` since the work has been completed and all the changes have been recorded in the `commit`s. We no longer need the branches.
9393

9494
1. Sync our local record of remote branches. This will remove local references to branches which have been deleted on remote:

0 commit comments

Comments
 (0)