|
|
|
|
|
by heinrichhartman
71 days ago
|
|
I personally use git commit -m "." for: "Just snapshots this state real quick" on a feature branch. main branch is advanced on PR level, with squashed commits. So the "." should never make it to main, and have PR description as commit message. |
|