Your best terminal aliases

MoriGM@feddit.de to Linux@lemmy.ml – 30 points –

What are your most liked alias for long commands or just to give them better names.

Mine are:

alias load="source .load.sh"
alias eload="$EDITOR .load.sh"
alias gpush="git push"
alias gadd="git add --all"
alias gcommit="git commit -m "
alias gst="git status -s"
alias gpull="git pull"
66

You are viewing a single comment

alias gladog="git log —all —decorate —oneline —graph" is my all time favourite. Sometimes I just want to have a quick way to see the git graph in the terminal.

In case you don't know this give tig a try.

I didn’t. Thanks, I will have a look at it.

Uhhh a terminal git user too

Since my company won’t pay for Gitkraken I sadly am :/