Related: actions directory.
I created this directory to document the best way to "collaborate" with myself in my repos.
Currently these directories were thrown together just to put some thoughts down "on paper". I'll clean them up as I return to them.
This section may get its own directory sooner than later.
See the Learning Directory Git Workflow section of the Meta/ README.md file
Resources relevant to this directory.
These will be deleted when I am done with them. If they are of use they'll be moved to the Vetted Resources section below. Or a relevant file/directory in this directory.
-
Automatically merging a pull request
You can increase development velocity by enabling auto-merge for a pull request so that the pull request will merge automatically when all merge requirements are met.
-
Create a Github Actions workflow that auto-merges the master back to dev Feb 14, 2020 Medium article by Alexander Karlstad.
-
Best Practices for Managing Feature Branches LinkedIn article.
-
best practices for dev and master branches internet search.
- Git Branching: Best Practices for Software Development May 31, 2023 Medium article by Shreyas Matade.
-
best practices git pull origin master internet search.
-
What does git pull origin master do? git-tower article.
-
Git best practices and tips suggests to rebase. And goes over squashing commits.
-
-
LOTS of good info here. Comparing Git workflows: What you should know
-
More info on
git rebase
-
and Git Rebase Master section of this
What is Git Rebase, and How Do You Use It?
Feb 11, 2024 article by John Terra
Information regarding the directories and files in this directory.
Navigate back to the git_workflow/ README.md
A Git workflow option/method.
The continuous_deployment/ README.md file.
A Git workflow option/method.
The git_flow/ README.md file.
This readme file.