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
2 changes: 2 additions & 0 deletions ProjectForGit/Book.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ internal class Book
// изменение для подзадачи2
// сделал изменения для 8 задачи
public int MyProperty { get; set; }

//added for test fork
}
}
1 change: 1 addition & 0 deletions ProjectForGit/MyClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
{
public class MyClass12312312311111123
{
//added for test fork
}
}
2 changes: 2 additions & 0 deletions ProjectForGit/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ static void Main(string[] args)

// сделал изменения1 для 34 задачи
// сделал изменения2 для 34 задачи

//added for test fork
}
}
}
1 change: 1 addition & 0 deletions ProjectForGit/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
{
internal class User
{
//added for test fork
}
}
3 changes: 2 additions & 1 deletion ProjectForGit/UsersStorage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

namespace ProjectForGit
{
private class UsersStorage
public class UsersStorage
{
//added for test fork
}
}