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: getting_started/git.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Each GitHub project can be considered an overarching area of focus. We have an a
25
25
Our main board for misceallaneous work items that need to get done is General. Using projects gives us a good view of what is being worked on by who and what needs to be done in the future while requiring little
26
26
maintenence on our part due to the nice automation features and ability to link pull requests to issues.
27
27
28
-
If you ever need something to work on, take a look at the projects and feel free to assign yourself to a work item or better yet, add a completely new work item!
28
+
If you ever need something to work on, take a look at the projects and feel free to assign yourself to a work item or better yet, add a completely new work item!
29
29
30
30
Branching Strategy
31
31
==================
@@ -47,4 +47,4 @@ Merging Strategy
47
47
- Try to avoid creating a merge commits when completing PRs
48
48
49
49
.. note::
50
-
After completing a PR, the branch should be deleted if it will not be used for future development. It can always be restored at a later point if needed.
50
+
After completing a PR, the branch should be deleted if it will not be used for future development. It can always be restored at a later point if needed. (Git)
0 commit comments