Pinned Loading
-
aliases.bash
aliases.bash 1#!/usr/bin/env bash
23alias unrar="unrar e -r *.rar"
45# Find string within files
-
aliases-git.bash
aliases-git.bash 1# Git basics
2## List Git branches
3alias b="git branch --list; git remote show origin"
4alias d='git diff '
5alias g='git status '
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.