Browse Source

Remove useless file

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

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

@ -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'

Loading…
Cancel
Save