Version Control in the good old days
- Backup is important
% cp -rf project project.1980-01-30
- Starting a new feature
% cp -rf project project.feature-cool % cp -rf project project.works % cp project.works/core.c project.featurecool/continued...
% cp -rf project project.1980-01-30
% cp -rf project project.feature-cool % cp -rf project project.works % cp project.works/core.c project.featurecool/continued...
| Copyright © 2005 Chia-liang Kao |