diff --git a/scripts/gitAliases.sh~ b/scripts/gitAliases.sh~ deleted file mode 100644 index e852954..0000000 --- a/scripts/gitAliases.sh~ +++ /dev/null @@ -1,12 +0,0 @@ -#! /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'