Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
fabianriosarias
on Jan 22, 2019
|
parent
|
context
|
favorite
| on:
Ask HN: Best things in your bash_profile/aliases?
#simple and saves me a lot of time
gpush(){ git add --all . && git commit -m $1 && git push origin $2 }
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
gpush(){ git add --all . && git commit -m $1 && git push origin $2 }