Description:
We have to implement the code to auto push the changes when the option 7 is chosen:
7. Run the script for all repositories and push changes to Github
Solution:
All the needed methods for this option are implemented in FIC_Github.py
My suggestion for the implementation:
1 - add a new parameter to run_fic() method e.g push
2 - create a new method in which to call the methods pull(), add(), commit() and push() in the proper order
3 - check and call this method when the push parameter is enable
Description: We have to implement the code to auto push the changes when the option 7 is chosen:
Solution: All the needed methods for this option are implemented in FIC_Github.py
My suggestion for the implementation: 1 - add a new parameter to run_fic() method e.g push 2 - create a new method in which to call the methods pull(), add(), commit() and push() in the proper order 3 - check and call this method when the push parameter is enable