diff --git a/docs/gemstones/git/feature_branch_workflow.md b/docs/gemstones/git/feature_branch_workflow.md index 00ff8e1a62..9b840be2ad 100644 --- a/docs/gemstones/git/feature_branch_workflow.md +++ b/docs/gemstones/git/feature_branch_workflow.md @@ -11,7 +11,6 @@ tags: - git add - git pull - git checkout - - --- ## Feature Branch Workflow @@ -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. \ No newline at end of file +- Helps maintain a clean and linear project history. diff --git a/docs/gemstones/git/fork_and_branch_workflow.md b/docs/gemstones/git/fork_and_branch_workflow.md index 602f464c8c..1ca2ede0b4 100644 --- a/docs/gemstones/git/fork_and_branch_workflow.md +++ b/docs/gemstones/git/fork_and_branch_workflow.md @@ -11,7 +11,6 @@ tags: - git pull - git checkout - gh repo - - --- ## Fork and Branch Workflow @@ -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. \ No newline at end of file +- Reduces the risk of conflicts with the main project’s evolving codebase.