Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/gemstones/git/feature_branch_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tags:
- git add
- git pull
- git checkout
-
---

## Feature Branch Workflow
Expand Down Expand Up @@ -83,4 +82,4 @@ The high-level steps involved are:

- Streamlines contributions for regular contributors with direct repository access.
- Ensures each feature is reviewed before being integrated into the main codebase.
- Helps maintain a clean and linear project history.
- Helps maintain a clean and linear project history.
3 changes: 1 addition & 2 deletions docs/gemstones/git/fork_and_branch_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ tags:
- git pull
- git checkout
- gh repo
-
---

## Fork and Branch Workflow
Expand Down Expand Up @@ -94,4 +93,4 @@ Benefits:

- Isolates development work to specific branches, keeping the main branch clean.
- Makes it easier to review and integrate changes.
- Reduces the risk of conflicts with the main project’s evolving codebase.
- Reduces the risk of conflicts with the main project’s evolving codebase.