Compare commits

..

No commits in common. "b11bd74e73b290e2fcc505ac0abce890766752e5" and "c1c77f523a83a143d7a854aeab07227f1cf56021" have entirely different histories.

6 changed files with 3 additions and 8 deletions

Binary file not shown.

View File

@ -76,7 +76,7 @@
"RelativeDocumentMoniker": "ConsoleGit\\Program.cs", "RelativeDocumentMoniker": "ConsoleGit\\Program.cs",
"ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs",
"RelativeToolTip": "ConsoleGit\\Program.cs", "RelativeToolTip": "ConsoleGit\\Program.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==", "ViewState": "AgIAAAAAAAAAAAAAAAAAAAwAAAAYAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-02-24T07:38:19.739Z", "WhenOpened": "2025-02-24T07:38:19.739Z",
"EditorCaption": "" "EditorCaption": ""

View File

@ -14,7 +14,7 @@
"DocumentGroups": [ "DocumentGroups": [
{ {
"DockedWidth": 200, "DockedWidth": 200,
"SelectedChildIndex": 14, "SelectedChildIndex": 13,
"Children": [ "Children": [
{ {
"$type": "Bookmark", "$type": "Bookmark",
@ -69,10 +69,6 @@
"Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}" "Name": "ST:129:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
}, },
{ {
"$type": "Bookmark",
"Name": "ST:0:0:{1c64b9c2-e352-428e-a56d-0ace190b99a6}"
},
{
"$type": "Document", "$type": "Document",
"DocumentIndex": 0, "DocumentIndex": 0,
"Title": "Program.cs", "Title": "Program.cs",
@ -80,7 +76,7 @@
"RelativeDocumentMoniker": "ConsoleGit\\Program.cs", "RelativeDocumentMoniker": "ConsoleGit\\Program.cs",
"ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs", "ToolTip": "D:\\\u0418\u043F207\u041A\\ConsoleGit\\ConsoleGit\\Program.cs",
"RelativeToolTip": "ConsoleGit\\Program.cs", "RelativeToolTip": "ConsoleGit\\Program.cs",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAoAAAAZAAAAAAAAAA==", "ViewState": "AgIAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2025-02-24T07:38:19.739Z", "WhenOpened": "2025-02-24T07:38:19.739Z",
"EditorCaption": "" "EditorCaption": ""

View File

@ -11,7 +11,6 @@ namespace ConsoleGit
static void Main(string[] args) static void Main(string[] args)
{ {
Console.WriteLine("Hi"); Console.WriteLine("Hi");
Console.WriteLine("Lolik and Bobik");
} }
} }
} }