Braching in Git
Wednesday, November 28th, 2007
Use this command to create a new brach in a git Repository
git branch NameOfNewBranch
Use this command to create a new brach in a git Repository
git branch NameOfNewBranch
Fish shell has an easy method to create a command alias…
alias del='rm'
save_function del