Blog

Archive for the Command Line Category


In Git, Revert to a Previous Commit Locally without Losing Any of your Previous Commit History
Posted on June 8, 2016 in Command Line, Git by Matt Jennings

To revert to a previous Git commit locally without losing any of your previous commit history, follow the steps below:

In
Read more…


Using Git to Reduce Repo Size, If You get an “There are too many unreachable loose objects” Error
Posted on May 19, 2016 in Command Line, Git by Matt Jennings

The info below was taken from a Git post on AlBlue’s Blog in 2011 and this Read more…


Delete Mail if Mac Terminal Says “You have mail.” When You Open It
Posted on March 13, 2016 in Command Line, Mac by Matt Jennings

Make sure you’ll in your home directory by doing:
cd
Then to view all mail do:
mail
Delete all mail by doing:
delete *
Quit mail
Read more…


Using SSH Keys to Connect to a Remote Server without Passwords
Posted on January 7, 2016 in Command Line, Linux, Mac by Matt Jennings

If you haven’t done so already, create an SSH key in your Mac by following these steps.
Then follow
Read more…


Fix Problems with Creating SSH Keys Using Mac Terminal
Posted on January 7, 2016 in Command Line, Mac, SSH by Matt Jennings

Per steps from GitHub, I tried using the code below in Mac Terminal to create a new SSH
Read more…

To Top ↑