Conventional commit message examples from the Angular project.
──────────────────────────────────────────── 100 chars ────────────────────────────────────────────┤
<type>(<scope>): <summary>
| #!/usr/bin/env bash | |
| # | |
| # trim-screenshot.sh - Trim transparent padding from macOS terminal screenshots | |
| # | |
| # Removes excess transparent space from the top and bottom of PNG screenshots | |
| # while preserving the shadow effect. Designed for screenshots taken with | |
| # macOS screenshot tools that add shadow/padding. | |
| # | |
| # Used to trim my macOS Terminal screenshots for the pwsh-project project: | |
| # https://github.com/jonlabelle/pwsh-profile |
Conventional commit message examples from the Angular project.
──────────────────────────────────────────── 100 chars ────────────────────────────────────────────┤
<type>(<scope>): <summary>
| title | subtitle | author | date | source |
|---|---|---|---|---|
100 Little Ideas |
A list of ideas, in no particular order and from different fields, that help explain how the world works... |
Morgan Housel |
Feburary 20, 2020 |
Depressive Realism: Depressed people have a more accurate view of the world because they're more realistic about how risky and fragile
Setup One: Buy a Mac if you don't have one.
Setup Two: Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Setup Three:
| title | subtitle | author | date | source | snippet | gist | notoc |
|---|---|---|---|---|---|---|---|
PowerShell Profile Paths |
Shows the various PowerShell profile paths by platform and version. |
Uzma Younas |
September 13, 2023 |
false |
| Author | Date | Source |
|---|---|---|
| Microsoft | October 26, 2022 | Standalone SQL Server Integration Service (SSIS) DevOps Tools |
Standalone SSIS DevOps Tools provide a set of executables to do SSIS CICD tasks. Without the dependency on the installation of Visual Studio or SSIS runtime, these executables can be easily integrated with any CICD platform. The executables provided are:
How to resolve Git line ending issues in Docker containers resulting in many modified files.
Since Windows and Linux use different default line endings, Git may report a