DORSETRIGS
Home

git-workflow (2 post)


posts by category not found!

How do I reverse a specific hunk of a commit in git?

How to Reverse a Specific Hunk of a Commit in Git When working with version control in Git you might find yourself in a situation where you need to revert only

3 min read 08-10-2024 44
How do I reverse a specific hunk of a commit in git?
How do I reverse a specific hunk of a commit in git?

How can I create specific branch to specific files in a single repository?

Branching and Isolating Changes in Git A Comprehensive Guide Git the powerful version control system offers a flexible and efficient way to manage your projects

3 min read 29-08-2024 107
How can I create specific branch to specific files in a single repository?
How can I create specific branch to specific files in a single repository?