Skip to content

Git

Alias🔖

Path to the global git config is

    ~/.gitconfig
[alias]
    co = checkout
    br = branch
    st = status

Or set an alias via the command line

    git config --global alias.co checkout

Resources🔖

git cheat sheet by Andrew J. Peterson.

git tutorial by Oluwatobi.