Skip to content

Instantly share code, notes, and snippets.

@bbuyukkahraman
Created March 3, 2022 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbuyukkahraman/289be9fa5c217249d10ce4ed79f093a3 to your computer and use it in GitHub Desktop.
Save bbuyukkahraman/289be9fa5c217249d10ce4ed79f093a3 to your computer and use it in GitHub Desktop.
Aliase Usage
alias dirs="ls -al | grep '^d'"
alias l="ls -al"
alias lf="ls -aFG"
alias lm="ls -al|more"
alias h="history"
alias html="cd /web/apache/htdocs/devdaily/html"
alias logs="cd /web/apache/htdocs/devdaily/logs"
alias qp="ps auxwww|more"
alias nu="who|wc -l"
# GIT
alias gpom="git push origin master"
alias gs="git status"
alias gb="git branch"
alias gco="git checkout"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment