From 7d264c82add0453445e7be0019480e06f23f0736 Mon Sep 17 00:00:00 2001 From: Raj Dutta Date: Thu, 3 Oct 2024 23:43:12 +0600 Subject: [PATCH 1/3] add an interactive website link for useful commands in git --- more/free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 3b57302e5..5293f68b2 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -148,6 +148,7 @@ * [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud) * [Try Git](http://try.github.io) * [Visualizing Git Concepts with D3](http://onlywei.github.io/explain-git-with-d3) - Wei Wang +* [Cheatsheet for useful git commands](https://github-cheatsheet.netlify.app) - Raj Dutta ### GLSL From a94c944509ef637608eceb6421d16b80748665e8 Mon Sep 17 00:00:00 2001 From: Raj Dutta Date: Thu, 3 Oct 2024 23:55:44 +0600 Subject: [PATCH 2/3] re-order from 151 to 150 line --- more/free-programming-interactive-tutorials-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 5293f68b2..d179a7377 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -147,8 +147,8 @@ * [Learn git concepts, not commands](https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc) - Nico Riedmann, Dev.to * [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud) * [Try Git](http://try.github.io) -* [Visualizing Git Concepts with D3](http://onlywei.github.io/explain-git-with-d3) - Wei Wang * [Cheatsheet for useful git commands](https://github-cheatsheet.netlify.app) - Raj Dutta +* [Visualizing Git Concepts with D3](http://onlywei.github.io/explain-git-with-d3) - Wei Wang ### GLSL From f5e317acaea7a3aec1d8237903027754a39db44c Mon Sep 17 00:00:00 2001 From: Raj Dutta Date: Thu, 3 Oct 2024 23:58:00 +0600 Subject: [PATCH 3/3] again re-order position at the first --- more/free-programming-interactive-tutorials-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index d179a7377..fa912aeaf 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -139,6 +139,7 @@ ### Git +* [Cheatsheet for useful git commands](https://github-cheatsheet.netlify.app) - Raj Dutta * [git-game](https://github.com/git-game/git-game) * [git-game-v2](https://github.com/git-game/git-game-v2) * [Git Tutorial](https://www.w3schools.com/git/) - W3Schools @@ -147,7 +148,6 @@ * [Learn git concepts, not commands](https://dev.to/unseenwizzard/learn-git-concepts-not-commands-4gjc) - Nico Riedmann, Dev.to * [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud) * [Try Git](http://try.github.io) -* [Cheatsheet for useful git commands](https://github-cheatsheet.netlify.app) - Raj Dutta * [Visualizing Git Concepts with D3](http://onlywei.github.io/explain-git-with-d3) - Wei Wang