How to automatically push current branch

Automatically push current branch and set the remote as upstream.

January 13, 2023 · milosz · Git

How to quickly squash git commits

Three-step process to squash git commits.

December 19, 2022 · milosz · Git

How to display every modified file in git repository

Display every modified file in git repository.

December 10, 2022 · milosz · Git

How to compare files in a human-friendly way

Compare files in a human-friendly way using an experimental difftastic utility.

July 29, 2022 · milosz · Git

How to get a better overview of a particular git branch

Get a better overview of a particular git branch.

June 2, 2021 · milosz · Git

How to share Git hooks between multiple repositories

Share Git hooks between multiple repositories.

May 4, 2020 · milosz · Git

How to automatically add Jira issue ID to the commit message

Use branch name to automatically add Jira issue ID to the commit message.

November 25, 2019 · milosz · Git

Git – How to avoid typing your password repeatedly

There are at least three ways to avoid typing your password repeatedly when using git. First solution requires to use KDE wallet, second solution doesn’t require additional tools and third is not the safest one.

August 12, 2012 · milosz · Git

How to set global user name and email in git

I need to write this code down as I always forget about it.

December 30, 2010 · milosz · Git