How to control what the File History shows?
This week we have a rather straightforward quick tip about the File History. There are two aspects to it: which files’ history is being shown, and what branch does it show?
This week we have a rather straightforward quick tip about the File History. There are two aspects to it: which files’ history is being shown, and what branch does it show?
Another quick tip: how do you add a Git Repository to Kaleidoscope, and more importantly, why you really want that.
Today’s quick tip is simple yet useful: discover what a patch file is and learn how to create one, whether as a file or by copying its content directly to the clipboard.
Kaleidoscope 5.0 added a view for Git Repositories with capabilities to open many useful git diffs. Today, we are introducing several major improvements, including a commit history.
For this post, we focus on some of the smaller and less well-known additions to Kaleidoscope in 2024. Chances are that you’ll learn something new that can increase your productivity.
When using git from the command line you need to know the difference between difftool and mergetool. This short article explains their difference.
Today we are starting something new on the blog: a series of short articles focusing only on a single topic, typically a tip on how to make your life with Kaleidoscope more productive, or, as in today’s case, more enjoyable.
Kaleidoscope 5.2 adds news tricks to support you even better when dealing with merge conflicts, in particular Git merge conflicts.
Kaleidoscope 5 introduces a groundbreaking feature that allows users to effortlessly open the changeset for any Git commit. This feature comes in two distinct forms tailored to accommodate all macOS applications: one leveraging a system service and the other integrated with Kaleidoscope Prism. Both options can be further optimized by adding a keyboard shortcut for swift execution.
Merge conflicts can often be the show stopper when there’s a quick task you are try to finish up. While modern version control systems like Git and hg have much more robust merge capabilities, when…