Skip to content
Snippets Groups Projects
aurweb-git-gc.sh.j2 105 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    find {{ aurweb_dir }} -maxdepth 1 -type d -name "*.git" -execdir sh -c 'cd {} && git gc' \;