git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 0cac30fb166e3d40055d085455e7d630831fb45d
parent 56ed0cce09cc4e2ce8a94ab805508781c1ce4cb9
Author: Luís Ferreira <[email protected]>
Date:   Tue, 18 Jan 2022 16:26:24 +0000

feat(generation): add description to git repo

Signed-off-by: Luís Ferreira <[email protected]>

Diffstat:
Mscripts/generate-git.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/generate-git.sh b/scripts/generate-git.sh @@ -13,6 +13,7 @@ git worktree add file master git update-server-info ) + echo "My personal website source code" > description stagit . cp log.html index.html