Every day: $ git pish $ fuck
The Fuck – An app which corrects your previous console command
21–30 of 112 posts
Re: The Fuck – An app which corrects your previous console command
#22Earlier quoted context omitted.
For those who don't know, you can make git pish have the same effect as git push by creating an alias between pish and push. Useful to do for any misspellings you make more than once. $ git config --global alias.pish push
Cannot for the life of me tell if this is a serious suggestion.
Re: The Fuck – An app which corrects your previous console command
#23Re: The Fuck – An app which corrects your previous console command
#24Every day: $ git pish $ fuck
git pull upsteam dev
Re: The Fuck – An app which corrects your previous console command
#25But it does get me into interesting situations! Just the other day I was demo-ing something to my team + Director of Engg on the projector, and I ran an incorrect command, followed by "fuck" to fix it, leading to so many stares :P
Just as an FYI, you can change the prompt from fuck to something else by changing your .bashrc eg.:
eval "$(thefuck-alias fixit)"
I'm not changing my alias though! ;)Re: The Fuck – An app which corrects your previous console command
#26Re: The Fuck – An app which corrects your previous console command
#27 >$ make me a sandwich
permission denied
>$ fucking make me a sandwich
[or]
>$ fucking !!Re: The Fuck – An app which corrects your previous console command
#28Re: The Fuck – An app which corrects your previous console command
#29My favorite shell typo: dicker instead of docker. More funny if you speak German :)
Re: The Fuck – An app which corrects your previous console command
#30This will definitely help some co workers who aren't CLI-savvy and always tell me their commands "didn't work".