pub / git_activity

Generates Github-style activity graphs as HTML
git clone https://src.jayvii.de/pub/git_activity.git
Home | Log | Files | Exports | Refs | README | RSS

Makefile (322B)


      1 # SPDX-License-Identifier: AGPL-3.0-or-later
      2 # SPDX-FileCopyrightText: 2024 JayVii <jayvii[AT]posteo[DOT]de>
      3 
      4 # Deployment for git post-update hook
      5 git-hook-deploy:
      6 	rsync -rlptD --chown=${USER}:www-data --chmod=770 ./ ~/bin/ \
      7 		--exclude=".git/*" \
      8 		--exclude=".resue/*" \
      9 		--exclude="Makefile" \
     10 		--exclude="README"