From f5240d2b3cdeccb3bc4117ce58b295c14cb4ae89 Mon Sep 17 00:00:00 2001 From: Alexander Pico Date: Fri, 27 May 2022 13:00:35 -0700 Subject: [PATCH] Update workflows.md --- Using-git-and-github/workflows.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Using-git-and-github/workflows.md b/Using-git-and-github/workflows.md index bd67c30..4dace00 100644 --- a/Using-git-and-github/workflows.md +++ b/Using-git-and-github/workflows.md @@ -29,4 +29,3 @@ git fetch git checkout my-new-feat git rebase origin/main ``` -See [this post](https://blog.algolia.com/main-git-rebase/).