Skip to content

Instantly share code, notes, and snippets.

View LeighJeffery's full-sized avatar
🤡

Leigh Jeffery LeighJeffery

🤡
View GitHub Profile
@beenhere4hours
beenhere4hours / source.control.process.md
Last active August 31, 2021 19:33
my source control process based roughly on git flow

Source Control Process

cloning

git clone git@github.com:<repo name>.git

branching

Assumes fresh repo and always branching from master branch