GIT

How to Change Your BASH Prompt for Git

This is what I use on my Ubuntu machine. It adds my Git username, email, and branch to my Bash prompt. show_git_branch() { # 27(decimal) === 1b(hex)...

How to Configure CONFIG for GitHub

Create a public and private key: ssh-keygen -t ed25519 I'd suggest renaming the files: e.g. github.private.key, github.public.key Add your public...

How to Configure Git

This is a quick reference guide for how to quickly configure Git. The following git config commands will create the file: ".gitconfig" This file...