dobrica.sh

Notes GitHub Linkedin About me

Git

Git is a version control system used to track changes on files and make it easier for multiple people to collaborate on the same set of files.

This note serves as a link to connect Git-related notes.


Status: #🗺️

Links to this note

My Digital Garden setup

This is a quick walkthrough of how I manage and publish my notes. Goal The goal of this whole p...

Bare Git Repository

A bare [[Git]] repository is a repository without a working tree. If you create a bare repository...

Dotfile Management

I switch machines i work on often, and its important to me that my configuration is up-to-date on...

Git Cherry Pit

ALWAYS CHECK GIT LOG BEFORE FORCE PUSHING! To completely delete a commit from a [[Git]] branch y...

Safer way to git commit amend

When you amend a [[Git]] commit, you will have to force push it to remote, which can cause you to...

Git Runbooks

This note serves as a collection of [[Git]]-related how-to guides that lead you through the steps...

Git checkout a directory

The [[Git]] command below updates the content of the directory to be the same as in a chosen bran...


Dobrica Savic. 2023, powered by Jekyll Garden