Commit graph

1016 commits

Author SHA1 Message Date
juanmv94
5322fd6605 Fixed many fetch/pull issues on #1138 2024-04-26 02:41:44 +02:00
Romain Guerin
d09fc9e3c3 Resolves #1139: can use a direct permalink to a specific level 2024-04-24 10:09:37 +00:00
Peter Cottle
b86a9d704c Resolves #1134 -- show solution on gist levels 2024-03-30 18:18:42 -04:00
Cristóbal
1c18197ac2
Translate command-not-supported to es_AR, es_MX and es_ES
There is no error message for git-error-command-not-supported, a common error that occurs when typing any command incorrectly.
2024-01-11 18:50:53 -03:00
Lucie Lenglet
acffcc1616 feat: command to simulate Merge/Pull Request
- Adds `git merge(M|P)R <source_branch> <target_branch> [--delete-after-merge]` command
to simulate a Merge/Pull Request being merged into the target branch
- The optional flag `--delete-after-merge` will remove the merged branch on the origin tree
  - The local remote branch remains as it is Git default behavior, even after `git fetch`
(it would require `git fetch --prune` support to automatically prune remote tracking branches)
- You can push a branch with a deleted remote tracking branch on origin, the ref will just update.

Resolves #1057
2023-12-15 19:32:47 +01:00
Max Oliver
badfd715b9 Update pt_BR translations (replay of #1112) 2023-11-27 00:09:38 +00:00
Max Oliver
621d666e9b
Update strings.js
Some more PT-BR translations.
2023-11-20 01:20:18 -03:00
Peter Cottle
c3d0f1ca1f
Revert "pt_BR Translations fix and add." 2023-11-12 13:55:31 -05:00
Max Oliver
a88ef6066e
Update strings.js
Fixed typos in pt_BR
2023-11-12 00:04:22 -03:00
Max Oliver
6480d3e24a
Update strings.js
Fixed typo
2023-11-11 23:59:47 -03:00
Max Oliver
dc37508e19
Update strings.js
Fixed some translations and added some that were missing in pt_BR.
2023-11-11 23:41:06 -03:00
Peter Cottle
2da4d88737 remove some indenting from #1104 2023-09-21 09:16:48 -04:00
kazzna
199f0219c4 Add git switch --force-create 2023-09-19 13:45:53 +09:00
kazzna
86bf7c7a71 Add git switch -C 2023-09-19 13:45:26 +09:00
kazzna
2edc86e9a0 Add git switch --create 2023-09-19 13:45:02 +09:00
K3rn3l_P4n1c
5736e878df merge conflict resolved 2023-09-15 19:47:24 +03:00
0xK3rn3lp4n1c
aae17f679a merge main into turkishTranslations & added new translations 2023-09-15 17:53:40 +03:00
0xK3rn3lp4n1c
9467f70e60 Levels merging & rebasing translated to Turkish 2023-09-14 17:24:22 +03:00
Ömer Kaan Coşkun
35740665b4
New Turkish Translations added 2023-09-10 12:25:47 +03:00
K3rn3l_p4n1c
aa682638d1 New Turkish Translations added 2023-09-01 19:21:29 +03:00
K3rn3l_p4n1c
7a65713101 added Turkish translations 2023-09-01 18:31:56 +03:00
Jack Bird
3ad9264557 fixed rebase not rebasing in the order of commits in the tree 2023-07-23 20:15:45 +01:00
Jack Bird
6258ed501e updated undo command to only track when a command changes the tree 2023-07-18 19:19:56 +01:00
Jack Bird
d50d910c9b removed import added by accident 2023-07-15 21:20:15 +01:00
Jack Bird
229415444e Added -d and --delete to git push to delete remote branches 2023-07-15 20:56:07 +01:00
SOUMYA
82d5dfc7da The confirmation dialog should not open after a user has solved the level and trying to see the solution 2023-06-24 17:07:33 +05:30
Netz
7a55e66b37 #937 - Fix advancing to the next screen 2023-05-05 18:48:29 +02:00
Netz
aa8f51713f #937 - Solution proposal 2023-05-04 20:28:57 +02:00
shengkai
bda08de5f8 fix typo and add translation in vi 2023-04-30 17:13:01 +07:00
Peter Cottle
0bec45844c Resolves #1058 -- dont show cancel button when in teaching mode 2023-02-19 16:41:26 -07:00
Ajmal Wali
b5ff36f8e2 'Double Exclamation marks' issue solved! 2023-01-30 23:48:15 +05:00
Peter Cottle
3a9f1bc7da Resolves #1048 2023-01-12 10:20:06 -07:00
Peter Cottle
3f93bff88f Resolves #1045 -- fix click events for level builder 2022-12-20 09:25:18 -07:00
Cesar Costas
30a50cf4c0
Manually add arguments after squash to the general arguments 2022-11-30 02:35:44 +00:00
Cesar Costas
e7fcf25566
Modify GitEngine and add test 2022-11-30 01:07:09 +00:00
Cesar Costas
4471fc9595
Update commands.js
Being a popular option in Github to squash and merge, it would be interesting to add support for this option
2022-11-29 23:01:57 +00:00
Peter Cottle
6442e770f1 Fix level icon solved status 2022-10-21 11:56:52 -06:00
Ulysse ARNAUD
ee1a22d667 Accessibility: Levels are links 2022-10-19 11:52:33 +02:00
Ulysse ARNAUD
0f450f6568 Solved issue with console input not triggered 2022-10-11 12:21:41 +02:00
Peter Cottle
e11d691480 Revert "Changed elements tag to output"
This reverts commit 01b11e1ac2.
2022-10-10 14:34:25 -06:00
Peter Cottle
be8e52104b
Merge pull request #1022 from ulyssear/a11y-inert-content
Accessibility : Inert attribute for content outside of modal
2022-10-10 11:36:11 -06:00
Peter Cottle
261d668b6c
Merge pull request #1023 from ulyssear/a11y-output-elements
Accessibility : Output elements
2022-10-10 11:35:25 -06:00
Ulysse ARNAUD
dffad833e1 Changed 'show help' to 'show commands' which is more adequate 2022-10-10 10:43:43 +02:00
Ulysse ARNAUD
6026040add Links in helper bar now have title attribute 2022-10-10 10:40:57 +02:00
Ulysse ARNAUD
01b11e1ac2 Changed elements tag to output 2022-10-10 10:17:45 +02:00
Ulysse ARNAUD
7d559281c9 Changed className to classList 2022-10-10 09:51:46 +02:00
Ulysse ARNAUD
2bd4d44190 Inert attribute for content outside of modal 2022-10-10 09:42:16 +02:00
pochopsp
0d4c918e82
Update strings.js typo error with Italian 'hide-goal-button'
There was a typo error in Italian translation of 'hide-goal-button'. It was "Nasconti obiettivo" but it should be "Nascondi obiettivo"
2022-09-29 17:16:01 +02:00
Peter Cottle
02162b208b
Merge pull request #1007 from pcottle/goalOnRight
Resolves #987 -- start goal on the right
2022-09-04 08:36:26 -07:00
Peter Cottle
27e6454aa0 Resolves #987 -- start goal on the right 2022-09-03 11:19:32 -07:00