Zend certified PHP/Magento developer

How to automatically insert text at the beginning of each bash input line?

Is there a way to configure bash to automatically insert text at the beginning of each input line? For example, to automatically insert the string 'git ' at the beginning of each input line, to save the user from having to repeatedly type git. This would allow me to create a very minimal git shell, with autocompletion.