Menu

#Commit

138 posts

1 point
Feed·
20 of 138 posts
Staging patches with git add
📰
0

Staging patches with git add

Hacker News·Staging patches with git add·about 2 months ago
#M4Aya5HB
#simonholywell#hunk#stage#commit#file#article

Using git add -p to interactively stage specific parts of a file allowing for more precise control over commits in git. It provides a walkthrough on how to split hunks for granular commit control, ensuring that only desired changes are staged.…

15s
Read More
"Co-authored-by: Copilot" Is Not an Audit Trail — Here's What One Actually Looks Like
🖼️
0

"Co-authored-by: Copilot" Is Not an Audit Trail — Here's What One Actually Looks Like

DEV Community: ai·Praveen·3 months ago
#rxsJe2Av
#dev#code#commit#string#model#prompt

In late April 2026, Microsoft shipped VS Code 1.117. Buried in the release was a change: the...

15s
Read More
Stop Writing 'Fixed Stuff' — A Practical Guide to Commit Messages That Don't Suck
🖼️
0

Stop Writing 'Fixed Stuff' — A Practical Guide to Commit Messages That Don't Suck

DEV Community: productivity·z z·4 months ago
#nlqrP9Qd
#dev#commit#fullscreen#subject#line#article

Stop writing "fixed stuff". A practical guide to writing clear, consistent Git commit messages that save your team hours every week.

15s
Read More
You're Using Git Wrong — How Worktrees Will Change Your Workflow Forever
🖼️
0

You're Using Git Wrong — How Worktrees Will Change Your Workflow Forever

DEV Community: productivity·z z·4 months ago
#oLxK7tq0

Git worktrees let you work on multiple branches simultaneously. No stashing, no cloning, no context switching overhead.

15s
Read More
I Built a Storage Engine from Scratch in C++ — WAL, Raft, and Object Storage
🖼️
0

I Built a Storage Engine from Scratch in C++ — WAL, Raft, and Object Storage

DEV Community: cpp·Nasit Sony·4 months ago
#jl9ZkWwe
#dev#commit#storage#raft#crash#write

I Built a Storage Engine from Scratch in C++ — WAL, Raft, and Object Storage I wanted to...

15s
Read More