A best practice way to run some more complex git commands is using an alias.
To create a Git Alias use the command
git config --global alias.<your shortcut> 'stash --all' e.g git config --global alias stall 'stash --all'
For more Git Tutorials check out my other page
Leave a Reply