Day: November 28, 2007

Braching in Git

Use this command to create a new brach in a git Repository git branch NameOfNewBranch

Creating an Alias in fish shell

Fish shell has an easy method to create a command alias… alias del=’rm’ save_function del