From 6a9a7fb60b73e94bcebdca78fc39b7da61d5e077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Fri, 8 Mar 2024 13:33:51 +0100 Subject: [PATCH 1/2] git, feature_branch_workflow.md: remove empty line --- docs/gemstones/git/feature_branch_workflow.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. From c5f10a928519ccb9e5e014fe967dbd6f0d7caff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Fri, 8 Mar 2024 13:43:33 +0100 Subject: [PATCH 2/2] git, fork_and_branch_workflow.md: remove empty line --- docs/gemstones/git/fork_and_branch_workflow.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.