comses.net
comses.net copied to clipboard
Convert code and documentation to a git repo
Approximate workflow:
The directory /tmp/dslkgjskldgj exists with new release version contents.
git init --bare reponame
git --work-dir /tmp/dslkgjskldgj add -A
git --work-dir /tmp/dslkgjskldgj commit -m "A new commit"
Delete temporary directory (assuming their are no errors in the git commit process)