See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| using System; | |
| using System.Diagnostics; | |
| using System.Numerics; | |
| #if NETCOREAPP2_1_OR_GREATER | |
| using System.Buffers.Binary; | |
| #endif | |
| #nullable enable |