I'm trying to put a wrapper on the git clone command. In other words when I type the command "git clone user@server:group/repo.git" the git clone command would trigger a script and inside the script it would... 1. Clone the git repository 2. run the command "git init" on the repository
The reason I want to do this is because I want the clone projectors set up a certain way automatically.