]> git.phdru.name Git - git-scripts.git/commitdiff
Docs(README): I removed `clone2current` and `publish2web` long ago
authorOleg Broytman <phd@phdru.name>
Tue, 29 Apr 2025 12:42:46 +0000 (15:42 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 29 Apr 2025 12:42:46 +0000 (15:42 +0300)
Actually I moved them to a different repository.

README.txt

index 3fb655753bed7ebf35972bbf296263284728b5cc..24ff47ab3956c735bc8de1a95eb898e011082cc8 100644 (file)
@@ -2,13 +2,3 @@ git scripts
 ===========
 
 Small scripts I use. Public domain.
-
-svn/ - scripts for converting a Subversion repository to git using git-svn.
-See svn/README.txt.
-
-clone2current - clone a repository to ~/current/projects; add remote "current"
-to the original repository to pull updates from.
-
-publish2web - clone a repository to ~/Internet/WWW/htdocs/git.phdru.name from
-where it will be copied to git.phdru.name web site; add remote "web"
-to the original repository to push updates.