Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
244 B

4 years ago
  1. # -*- mode: snippet -*-
  2. # name: git
  3. # key: git
  4. # --
  5. git "${1:/home/user/deployment}" do
  6. repository "${2:git@github.com:gitsite/deploymentployment.git}"
  7. reference "${3:master}"
  8. user "${4:user}"
  9. group "${5:templateest}"
  10. action :sync
  11. end