Skip to content

Instantly share code, notes, and snippets.

View a-a-ron's full-sized avatar
🏠
Working from home

Aaron Stewart a-a-ron

🏠
Working from home
  • GitHub Staff
  • Utah
View GitHub Profile
@a-a-ron
a-a-ron / test.md
Created June 28, 2023 18:57 — forked from colossus9/test.md
A test secret Gist

Try to fork this and change visibility.

@a-a-ron
a-a-ron / .bash_profile
Created February 4, 2016 18:50
Some git shortcuts i put in my ~/.bash_profile
# Git Shortcuts
alias gpu='git push'
alias gs='git status'
alias gco='git checkout'
alias gp='git pull'
alias gcb='git checkout -b'