You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0 General/11 Git Lab Workflow.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Git Lab Workflow
2
2
3
-
## The below is an example of workflow for creating branches for each new lab.
3
+
## Create a new branch for each new lab.
4
4
5
5
* Replace the `<new-branch-name>` items below with your appropriate formed `<studentdirectoryname-labnumber-lab-name>` branch name.
6
6
* An example `<new-branch-name>` would be `bruce-lab01-python-exercise`
@@ -68,7 +68,7 @@
68
68
69
69
1. Repeat process for new labs.
70
70
71
-
## Use the following to switch between multiple in-process lab branches.
71
+
## Switch between in-progress branches.
72
72
73
73
1. Git `add` and `commit` changes to current branch:
74
74
1.`git add -A`
@@ -88,7 +88,7 @@
88
88
89
89
1. Repeat process as needed.
90
90
91
-
## Use the following to delete branches for labs which have already been graded.
91
+
## Delete branches for labs which have already been graded.
92
92
* 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.
93
93
94
94
1. Sync our local record of remote branches. This will remove local references to branches which have been deleted on remote:
0 commit comments