Skip to main content

Posts

Showing posts from April, 2012

command to view stash in git

Hello,    today I learned about how to view the stash that you have on ur local system using terminal, I use github to store my repo and work on it, the command to do it is git stash show -p stash@{0} where you can replace 0 with the stack number. Happy forking! :)

get rid of remove You have new mail in /var/mail/username on a Mac

open a terminal and use mail at the prompt, then d to delete one message or d1-4 for for four messages. Then q to quit Hope it helped, I also want to give the credit of this answer to  dmckee ,  whitequark  for sharing the correct answer in  http://superuser.com/questions/149282/safely-get-rid-of-you-have-new-mail-in-var-mail-on-a-mac