[Generated by AI](https://www.bing.com/images/create/potrzebujc499-obrazek-dla-posta-na-blogu-o-temacie3a-g/1-65b520c6d817444ea0a5f4ed3dd8843a?id=QFgGAr6fEgEMEJSm0T45XQ%3d%3d&view=detailv2&idpp=genimg&FORM=GCRIDP&mode=overlay)

Git hacks - a set of my favorite git aliases

I use Git a lot, even writing this article i will commit text few times. There’s a set of aliases I rely on daily and they’re first I add in new place. Some Git commands are unnecessarily verbose. You can make your life much easier with bash-completions, but if you write it tens of times per day, it’s anyway a lot of typing… and I’m a lazy man 😄 Simple status/log checks git s s = status --short --branch --untracked-files Shows a short, branch-focused status with untracked files. ...

2024-01-27 · 6 min · timor
[Photo by Ann H](https://www.pexels.com/photo/blue-tape-measure-on-yellow-surface-10894941/)

Checking compressed size of Docker image

Learn how to check the compressed size of Docker images to optimize download and startup times, using a simple bash function for accurate measurements.

2024-01-24 · 2 min · timor
[Generated by AI](https://www.bing.com/images/create/simple-banner-with-google-tasks-app/1-65940f85b6504d059823250a32dd02b2?id=CvOiYwmmEdpaO0kkQeggpA%3d%3d&view=detailv2&idpp=genimg&FORM=GCRIDP&mode=overlay)

How to run Google Tasks in separate browser tab?

Learn how to run Google Tasks in a separate browser tab for better task management and integration with Gmail and Calendar.

2024-01-02 · 2 min · timor
Zwift

How to run Zwift in full screen

Learn how to run Zwift in full screen mode on Windows, eliminating the windowed mode’s start menu and title bar for a more immersive experience.

2023-12-28 · 1 min · timor
[Photo by RealToughCandy.com](https://www.pexels.com/photo/person-holding-a-small-paper-11035539/)

Use Github with SSH on port 443

Learn how to use GitHub with SSH on port 443 to bypass firewall restrictions and ensure seamless repository access.

2023-12-26 · 1 min · timor

Ubuntu - Key is stored in legacy trusted.gpg keyring...

Learn how to resolve the “Key is stored in legacy trusted.gpg keyring” warning on Ubuntu 22.04 by properly managing GPG keys for repositories.

2022-10-21 · 3 min · timor

Ford S-MAX - kasowanie ostrzeżenia wymiany oleju

Dowiedz się, jak skasować ostrzeżenie wymiany oleju w samochodzie Ford S-MAX, wykonując kilka prostych kroków.

2022-09-03 · 1 min · timor
[Photo by Christina Morillo from Pexels](https://www.pexels.com/photo/eyeglasses-in-front-of-laptop-computer-1181253/)

Automatically add ticket ID to every commit message in Git

Learn how to automatically add ticket IDs to every commit message in Git, ensuring consistent and informative commit history by using custom Git aliases.

2021-11-09 · 2 min · timor

Resize images from command line on MacOS

Learn how to resize images from the command line on MacOS using built-in tools like sips and third-party tools like ImageMagick for various use cases.

2021-11-07 · 2 min · timor

Homebrew - uninstall formula with dependencies

Learn how to uninstall a Homebrew formula along with its dependencies on MacOS, ensuring a clean removal and freeing up disk space.

2021-11-05 · 1 min · timor