You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various little shell scripts that I use on a daily basis.
Scripts, commands and aliases are documented within their respective script files. Names are very short on purpose to make memorizing easier and typing faster.
Content Overview
Bash
Git Scripts
pp.sh
Update all repositories within the current working dir.
Git Aliases
fp
Force push all current changes
gm
Delete current branch, change to default branch and pull in latest changes
grb
rebase current branch onto default branch
gd
Delete current branch (local and remote) and change to default branch
gdl
Like gd but does not delete remote branch
gp
Fetch all remote changes and tags. Update current branch.