comses.net icon indicating copy to clipboard operation
comses.net copied to clipboard

Convert code and documentation to a git repo

Open cpritcha opened this issue 9 years ago • 1 comments

cpritcha avatar Nov 17 '16 21:11 cpritcha

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)

cpritcha avatar Mar 01 '19 00:03 cpritcha