From 019186614ed937f63f507a717e60572181e365ad Mon Sep 17 00:00:00 2001 From: Lance Bailey Date: Mon, 28 Feb 2022 11:08:39 +0200 Subject: [PATCH] updated git flow to github flow These are two different flows and could be confusing when using the wrong terminology --- src/git/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/git/readme.md b/src/git/readme.md index db972f9..54f306a 100644 --- a/src/git/readme.md +++ b/src/git/readme.md @@ -8,7 +8,7 @@ Git the de facto the standard tool for managing your code base. It saves revisio * `git add` * `git commit` * `git push` -1. Get familiar with git flow +1. Get familiar with github flow 1. Learn rebase 1. Understand Pull Requests and Code Reviews @@ -16,5 +16,5 @@ Git the de facto the standard tool for managing your code base. It saves revisio * [Try git - interactive tutorial](https://try.github.io) ## Resources -* [Understanding git flow](https://guides.github.com/introduction/flow/) +* [Understanding github flow](https://guides.github.com/introduction/flow/) * [Merge vs. Rebase](https://www.atlassian.com/git/tutorials/merging-vs-rebasing)