Skip to content

Commit 3d24b37

Browse files
Added my name- Maxwell :)
2 parents b62eba1 + d5d6beb commit 3d24b37

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Docs/1_General/1.3_GitWorkflow.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Branches are a deviation or split from the main branch that can be adding or removing a specific feature
66
For example, I can open a branch to work on a new doc page for this training repo.
77
Since I am on my own branch, I am not interfering with the main branch's commit history, which is supposed to be kept clean.
8-
A "clean" commit history is made up of large, well named commits to make it easy to quickly skim recent changes.
8+
A "clean" commit history is made up of large, well named commits to make it easy to quickly skim recent changes.git push --set-upstream origin <branch name>`
99
Because I am on my own branch, another student can also work on their own article without fear of interfering with my work.
1010

1111
To create a branch run:
@@ -17,7 +17,7 @@ Otherwise you can use `git status` to check your branch.
1717

1818
Right now, this branch is only local to your computer.
1919
To upload this branch to the remote repository so others can view it:
20-
`git push --set-upstream origin <branch name>`
20+
`
2121

2222
Once you have pushed the branch for the first time, it should show up on GitHub and be accessible by others.
2323
Use `git push` without the rest to push any further commits.
@@ -83,5 +83,6 @@ If you feel unsure of what you need to do, ask a lead or mentor ASAP!
8383
- Nathan
8484
- Vivie
8585
- Jeffery
86+
- Maxwell
8687
- Jason
87-
- Bora
88+
- Bora

0 commit comments

Comments
 (0)