Skip to content

Instantly share code, notes, and snippets.

View valorcz's full-sized avatar
🕵️‍♂️
In God we trust, all others need to bring data.

Vašek Lorenc valorcz

🕵️‍♂️
In God we trust, all others need to bring data.
View GitHub Profile
@valorcz
valorcz / git_bible.md
Created January 19, 2022 12:59 — forked from dmglab/git_bible.md
how to git

Note: this is a summary of different git workflows putting together to a small git bible. references are in between the text


How to Branch

try to keep your hacking out of the master and create feature branches. the [feature-branch workflow][4] is a good median between noobs (i have no idea how to branch) and git veterans (let's do some rocket sience with git branches!). everybody get the idea!

Basic usage examples