git apply --whitespace=nowarn diffs/01-startYear-start_year*.txt git commit -am 'startYear -> start_year' git apply --whitespace=nowarn diffs/02-endYear-end_year*.txt git commit -am 'endYear -> end_year' git apply --whitespace=nowarn diffs/03-x_angleOfDeclination-x_angle_of_declination*.txt git commit -am 'x_angleOfDeclination -> x_angle_of_declination' git apply --whitespace=nowarn diffs/04-y_lengthSegments-y_length_segments*.txt git commit -am 'y_lengthSegments -> y_length_segments' git apply --whitespace=nowarn diffs/05-listOfStars-list_of_stars*.txt git commit -am 'listOfStars -> list_of_stars' git apply --whitespace=nowarn diffs/06-finalPositionOfStarsDict-final_position_of_stars_dict*.txt git commit -am 'finalPositionOfStarsDict -> final_position_of_stars_dict' git apply --whitespace=nowarn diffs/07-startYear_bce_ce-start_year_bce_ce*.txt git commit -am 'startYear_bce_ce -> start_year_bce_ce' git apply --whitespace=nowarn diffs/08-endYear_bce_ce-end_year_bce_ce*.txt git commit -am 'endYear_bce_ce -> end_year_bce_ce' git apply --whitespace=nowarn diffs/09-isPlotFunction-is_plot_function*.txt git commit -am 'isPlotFunction -> is_plot_function' git apply --whitespace=nowarn diffs/10-selectStars-select_stars*.txt git commit -am 'selectStars -> select_stars' git apply --whitespace=nowarn diffs/11-starList-star_list*.txt git commit -am 'starList -> star_list' git apply --whitespace=nowarn diffs/12-isInverted-is_inverted*.txt git commit -am 'isInverted -> is_inverted'