From d1e5603185c81c20f2f16e09ebdc2c3eaad4dfec Mon Sep 17 00:00:00 2001 From: katsuma <71871253+SuzukiKatsuma@users.noreply.github.com> Date: Wed, 19 Jun 2024 22:01:39 +0900 Subject: [PATCH] Add "Learn Git Branching" (ja: interactive-tutorials) (#11154) * add: Learn Git Branching * fix: blank space between lines --- more/free-programming-interactive-tutorials-ja.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-interactive-tutorials-ja.md b/more/free-programming-interactive-tutorials-ja.md index 1de688b44..3b11ad408 100644 --- a/more/free-programming-interactive-tutorials-ja.md +++ b/more/free-programming-interactive-tutorials-ja.md @@ -1,11 +1,17 @@ ### Index +* [Git](#git) * [HTML and CSS](#html-and-css) * [JavaScript](#javascript) * [React](#react) * [Python](#python) +## Git + +* [Learn Git Branching](https://learngitbranching.js.org/?locale=ja) + + ### HTML and CSS * [レスポンシブウェブデザイン](https://www.freecodecamp.org/japanese/learn/responsive-web-design) - freeCodeCamp