From dfd9fea1ac703936c365db8fa570e8ec4c384d3f Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Tue, 13 Jun 2023 09:28:17 -0600 Subject: [PATCH 1/2] Update README.md remove travis build thing --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index acd421b6..a343937c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # LearnGitBranching -[![Build Status](https://travis-ci.org/pcottle/learnGitBranching.svg?branch=master)](https://travis-ci.org/pcottle/learnGitBranching) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?)](https://github.com/pcottle/learnGitBranching/pulls) LearnGitBranching is a git repository visualizer, sandbox, and a series of educational tutorials and challenges. Its primary purpose is to help developers understand git through the power of visualization (something that's absent when working on the command line). This is achieved through a game with different levels to get acquainted with the different git commands. From 5ea0f35c080518f03209c1d68e10947943dbcb1a Mon Sep 17 00:00:00 2001 From: 0xbochi Date: Fri, 23 Jun 2023 15:51:12 +0200 Subject: [PATCH 2/2] translation - interactiveRebase.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed article error: 'le fenêtre' -> 'the window'. --- src/levels/rampup/interactiveRebase.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/rampup/interactiveRebase.js b/src/levels/rampup/interactiveRebase.js index 21e61d7b..dde17c7e 100644 --- a/src/levels/rampup/interactiveRebase.js +++ b/src/levels/rampup/interactiveRebase.js @@ -174,7 +174,7 @@ exports.level = { "type": "ModalAlert", "options": { "markdowns": [ - "Pour finir ce niveau, faites un rebase interactif et atteignez l'ordre indiqué dans le fenêtre d'objectif. Souvenez-vous que vous pouvez toujours exécuter les commandes `undo` ou `reset` pour réparer vos erreurs :D" + "Pour finir ce niveau, faites un rebase interactif et atteignez l'ordre indiqué dans la fenêtre d'objectif. Souvenez-vous que vous pouvez toujours exécuter les commandes `undo` ou `reset` pour réparer vos erreurs :D" ] } }