Skip to content

Instantly share code, notes, and snippets.

View tonadevsantos's full-sized avatar

Tona González tonadevsantos

View GitHub Profile
@mkczyk
mkczyk / .git-plugin-bash.sh
Last active June 14, 2024 06:26
Git aliases for bash (based on Oh My Zsh Git plugin)
#!/bin/bash
# To ~/.bashrc file add line:
# source ~/.git-plugin-bash.sh
# Based on Oh My Zsh Git plugin (without zsh functions):
# https://github.com/ohmyzsh/ohmyzsh/blob/master/plugins/git/git.plugin.zsh
# https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git
#