From 1c0f65668dc3ac701e57348dbf6114512b1b88a0 Mon Sep 17 00:00:00 2001 From: Bilal Arslan Date: Wed, 13 Jan 2021 11:18:55 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48b5050..2fea8dc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Migrating to Git LFS](http://vooban.com/en/tips-articles-geek-stuff/migrating-to-git-lfs-for-developing-deep-learning-applications-with-large-files/) - Use Git LFS on an existing repository to manage large files in a better way * [Explain Git with D3](http://onlywei.github.io/explain-git-with-d3/) - Visualized few basic Git concepts using D3.js: commit, branch, checkout, reset, revert, merge, rebase, fetch, pull, push, tag * [Making Sense of Git – A Visual Perspective](https://appendto.com/2015/06/making-sense-of-git-a-visual-perspective/) - Git from a timeline and level perspective and git commands cheatsheet grouped by functionality -* [Git & Git-Flow Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet) +* [Git & Git-Flow Cheat Sheet](https://github.com/arslanbilal/git-cheat-sheet) - Git cheat sheet saves you from learning all the commands. * [Git Tips](https://github.com/git-tips/tips) * [Interactive/Contextual/Visual Cheat Sheet](http://ndpsoftware.com/git-cheatsheet.html) * [The 'Git Pretty' Flow-Chart](http://justinhileman.info/article/git-pretty/git-pretty.png) - How to Recover from a Mess