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/).