Browse Source

Add aliases

pull/6/head
Jake Zaia 5 years ago
parent
commit
278d1373d9
2 changed files with 21 additions and 0 deletions
  1. +9
    -0
      scripts/gitAliases.sh
  2. +12
    -0
      scripts/gitAliases.sh~

+ 9
- 0
scripts/gitAliases.sh View File

@ -0,0 +1,9 @@
#Created by Jake Zaia
#The contents of this file should be copied to ~/.bash_aliases
#Do NOT run this file as a script, it will do nothing.
alias aa='git add .'
alias pull='git pull && ls'
alias push='git push'
alias commit='git commit -am '

+ 12
- 0
scripts/gitAliases.sh~ View File

@ -0,0 +1,12 @@
#! /usr/bin/bash
#Created by Jake Zaia
#The contents of this file should be copied to ~/.bash_aliases
#One could also use this file, but theabove method is preferred.
alias aa='git add .'
alias pull='git pull && ls'
alias push='git push'
alias commit='git commit -am '
alias hi='echo potato'

Loading…
Cancel
Save