template 219 B

123456789
  1. #!/bin/bash
  2. git init -qqq
  3. git remote add origin https://github.com/markshust/docker-magento
  4. git fetch origin -qqq
  5. git checkout origin/master -- compose
  6. mv compose/* ./
  7. mv compose/.vscode ./
  8. rm -rf compose .git
  9. git init