Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion git-crshcor/hello
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
siema wariacie /
das
das
mobile
9 changes: 9 additions & 0 deletions tags/readme.md
Original file line number Diff line number Diff line change
@@ -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