list <<
Previous Next >> Tasks
Fossil
Fossil server and Github repository:
fossil server at C:\repo\wcmhw.fossil which static and dynamic site content sync with github
C:\repo>git clone git@scrum1:mdewcm2025/hw-scrum-1.git wcmhw
cms and acp at C:\repo\wcmhw directory
Fossil add, commit and push or update:
y:\tmp>fossil clone https://pj2022@rocket_server/wcmhw wcmhw.fossil
y:\tmp\wd>git clone https://github.com/mdewcm2025/hw-scrum-1.git wcmhw
Y:\tmp\wd\wcmhw>fossil open ./../../wcmhw.fossil --force
sync with Github: Y:\tmp\wd\wcmhw>git pull
fossil add, commit, push and update:
Y:\tmp\wd\wcmhw>fossil add .
Y:\tmp\wd\wcmhw>fossil commit -m "commited message"
Y:\tmp\wd\wcmhw>fossil push https://pj2022@rocket_server/wcmhw
list <<
Previous Next >> Tasks