|
You are here |
blog.tracefunc.com | ||
| | | | |
8yd.no
|
|
| | | | | Git squash takes your commits and squashes them together, usually into one commit. Useful for creating one commit if you've got a lot of smaller commits that creates a messy Git history. Git rebase ... | |
| | | | |
pboyd.io
|
|
| | | | | Small Git commits are great when working, but they aren't so great when looking at the history. This post examines the commands to make a clean Git history. | |
| | | | |
www.cheehow.dev
|
|
| | | | | Simple Git branching strategy for small teams. | |
| | | | |
jinyuz.dev
|
|
| | | There was a pull request on GitHub and it contains a feature I wanted to test. I didn't know how to test it locally. Should I just copy the changes to my local since the changes weren't that big? But what if it was? Luckily, I found some answers by googling and decided to write it up for future reference. Git provides a command for it and here is the sample syntax | ||