diff --git a/posts/2014-01-20-build-git-learn-git.md b/posts/2014-01-20-build-git-learn-git.md index bd0d443..c0e1a3e 100644 --- a/posts/2014-01-20-build-git-learn-git.md +++ b/posts/2014-01-20-build-git-learn-git.md @@ -496,12 +496,6 @@ Wonderful! Our implementation is right. The final code for this part can be foun ## Whats next? -If you would like to take this one step further, [head over to CodeCrafters](https://app.codecrafters.io/join?via=chinchang) where they have a hands-on Build your own GIT challenge and more. - - - - - Next I plan to implement concepts like merging (Fast-forward and 3-way-merge) and rebasing of branches. I had a lot of fun writing this and hope you enjoyed it too. If you did, share the Git love with others.