This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-bash_manager
mirror of
https://github.com/jrtechs/bash_manager.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Remove useless file
pull/6/head
Jake Zaia
6 years ago
parent
278d1373d9
commit
cad1d1ee30
1 changed files
with
0 additions
and
12 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
Write
Preview
Loading…
Cancel
Save