From 313c8147b959907004db2daba8f26c3bb264c949 Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:13:41 +0200 Subject: [PATCH 1/3] devconc --- .devcontainer/devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f0418c2b9..162642d8d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,7 @@ // See https://containers.dev/implementors/json_reference/ for configuration reference { "name": "basic configure", +"image": "mcr.microsoft.com/devcontainers/base:ubuntu", "customizations": { "vscode": { "extensions": [ From d4a66184726928147cb942492f60b34a63f79c84 Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Sat, 25 Jul 2026 12:59:24 +0200 Subject: [PATCH 2/3] Update hello mobile Mobile --- git-crshcor/hello | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git-crshcor/hello b/git-crshcor/hello index bc0479ed9..d0e588d42 100644 --- a/git-crshcor/hello +++ b/git-crshcor/hello @@ -1,2 +1,3 @@ siema wariacie / -das \ No newline at end of file +das +mobile \ No newline at end of file From b22d22b667edc02dc689f8ed3e6ae42ba905f01d Mon Sep 17 00:00:00 2001 From: karakan-rt <282898364+karakan-rt@users.noreply.github.com> Date: Wed, 29 Jul 2026 00:28:35 +0200 Subject: [PATCH 3/3] tags --- tags/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tags/readme.md diff --git a/tags/readme.md b/tags/readme.md new file mode 100644 index 000000000..57f2a80de --- /dev/null +++ b/tags/readme.md @@ -0,0 +1,9 @@ +git tag 1.0.0 + +git push --tags + +git checkout 1.0.0 + +git tag -d 1.0.0 + +git push -delete origin 1.0.0 \ No newline at end of file