Skip to content

Instantly share code, notes, and snippets.

@carlosrjg7
Last active May 17, 2019 00:00
Show Gist options
  • Save carlosrjg7/8dbb17a8ed2939d8651014eb9cee39c7 to your computer and use it in GitHub Desktop.
Save carlosrjg7/8dbb17a8ed2939d8651014eb9cee39c7 to your computer and use it in GitHub Desktop.
algunos fragmentos de git
git init / se usa para iniciar un repositorio
wget --random-wait -e robots=off -E -H -U mozilla -k -K -p -r -l 2 -o log "www.paginaweb.es" / descargar web completa
sudo docker-compose up -d
---------------------------------------------------
1. Instalar meld
sudo apt-get install meld
2. Configurar git:
git config --global merge.tool meld
3. Cuando tengas conflictos:
git mergetool
@carlosrjg7
Copy link
Author

sudo docker pssudo docker exec -it eb836c5ffafd bashroot@eb836c5ffafd:/var/www/html# php bin/magentoroot@eb836c5ffafd:/var/www/html# php bin/magento indexer:reindexroot@eb836c5ffafd:/var/www/html# php bin/magento cache:flush

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment