spacepaste

  1.  
  2. commit() {
  3. git add .
  4. git commit -m "$@"
  5. git push
  6. }
  7.