]> git.phdru.name Git - git-scripts.git/blob - README.txt
Feat(submodules/remove): Add option `-c`
[git-scripts.git] / README.txt
1 git scripts
2 ===========
3
4 Small scripts I use. Public domain.
5
6 svn/ - scripts for converting a Subversion repository to git using git-svn.
7 See svn/README.txt.
8
9 clone2current - clone a repository to ~/current/projects; add remote "current"
10 to the original repository to pull updates from.
11
12 publish2web - clone a repository to ~/Internet/WWW/htdocs/git.phdru.name from
13 where it will be copied to git.phdru.name web site; add remote "web"
14 to the original repository to push updates.