Skip to content

Instantly share code, notes, and snippets.

@AndrewFreemantle
Created October 15, 2025 19:44
Show Gist options
  • Select an option

  • Save AndrewFreemantle/ee3de6a96d05797c9b9863b26272c9d4 to your computer and use it in GitHub Desktop.

Select an option

Save AndrewFreemantle/ee3de6a96d05797c9b9863b26272c9d4 to your computer and use it in GitHub Desktop.
Terminal Aliases
# Terminal Aliases
alias ls="ls -lah"
alias gl="git log --pretty='format:%C(yellow)%h %C(green)%G?%C(auto)%d %s' -10"
alias gs='git status'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment