function gcm { echo "Enter commit string:" read cstr cs=\""$cstr\"" echo $cs echo "git commit -m `echo $cs`" #`git commit -m `echo $cs`` `git commit -m $cs` }