Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 613 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 613 Bytes

pustkp

Pustkp dump 6/30/2022 The files were obtained from the exposure of .git directory on https://pust.co/.git/

The original git config is as following:

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
[remote "origin"]
    url = 
    #url = [email protected]:whbrewer/pust.co.git
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master
[remote "pustkp"]
    url = https://github.com/pustkp/pustkp.git
    fetch = +refs/heads/*:refs/remotes/pustkp/*
[lfs]
    repositoryformatversion = 0