Skip to content

Instantly share code, notes, and snippets.

@pauloharaujos
Created November 8, 2017 14:48
Show Gist options
  • Save pauloharaujos/ad39adc55f656fe7eea3921fd2fa7df9 to your computer and use it in GitHub Desktop.
Save pauloharaujos/ad39adc55f656fe7eea3921fd2fa7df9 to your computer and use it in GitHub Desktop.
Usando BFG.jar para retirar lixos dos commits no GIT
->Abra o arquivo httpd.conf do apache. No XAMPP ele fica em C:\xampp\apache\conf\extra
->Adicione isso :
<VirtualHost 127.0.0.1:80>
ServerName atacadomsb.local
DocumentRoot "C:/xampp/htdocs/magento-pw"
</VirtualHost>
->Abra o arquivo host localizado em C:\WINDOWS\system32\drivers\etc\
Adicione:
127.0.0.1 atacadomsb.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment