Skip to content
#

csharp-code

csharp logo

C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.

Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.

Here are 928 public repositories matching this topic...

aurora-api-project

Aurora is a project developed in .NET Core, where it aims to show how to create something using an architecture, in layers, simple and approaching, in a simplistic way, some concepts such as DDD.

  • Updated Feb 7, 2021
  • C#
GitRewrite
Mo-Gul
Mo-Gul commented May 24, 2021

I would like to ask if it would be possible to implement that one can delete files and/or folders from git's history that are listed in a file.

When I am not wrong the command

git log --pretty=format: --name-only | sort -u

lists all files and folders that ever were (or still are) present in the repository. Then one just would need to delete the stuff that should be kept in the repos

Created by Anders Hejlsberg

Released January 2002

Repository
dotnet/csharplang
Website
docs.microsoft.com/dotnet/csharp
Wikipedia
Wikipedia

Related Topics

dotnet language