Materials and Plans for the Git Workshop
- Be created as a clan
branchusingscenario_NAMEconvention:
git symbolic-ref HEAD refs/heads/scenario_NAME rm .git/index git clean -fdx
- Have a
READMEfile with a scenario description - Have a
scenario.txtwith enumerated list of steps already taken(history) and what is expected - Have a
repodirectory with all required files
- Be also a branch with
busted_scenario_NAME
git co -b busted_scenario_NAME
- Have a
scenario_solution.txtexplaining steps taken to meet the expectations - Have all the steps taken be committed
More in the IDEAS file.