index.php
<?
$git=$_get['git'];
echo $git;
?>
.htaccess
RewriteEngine on
RewriteRule ^(.*) index.php?git=$1