/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.internalpointers.com
| | blog.tracefunc.com
1.3 parsecs away

Travel
| | Just a random coder writing about technology, web development, and various other geeky topics.
| | 8yd.no
2.0 parsecs away

Travel
| | 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
0.9 parsecs away

Travel
| | 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.
| | danielpecos.com
15.0 parsecs away

Travel
| In a previous post, we have seen what Git is and its main characteristics. Now, we'll go more into detail about its functionality and we'll see what a usual day working with Git looks like. But before, some initial concepts: Repository: A working tree of files and directories which can be versioned, keeping track of every single modification made over the working tree, been able to move forward and backward in its history.