Question: Using Linux and Python 2.7 (or similar), Write a python script to automatically submit assignments through git (with our course structure) Your script should Take
Using Linux and Python 2.7 (or similar),

Write a python script to automatically submit assignments through git (with our course structure) Your script should Take in arguments from the command line o First argument is the branch name/assignment name o The next n arguments are the files to be submitted Your commit message should say what files you added o "Added E02.txt" o "Added L04.txt task2.c task3.c" s ./git_submit.py E02 E02.txt Switching to master branch... Pulling the latest from master. Succesfully branched to E02. Adding the file submissions/E02/E02.txt Committing... Pushing..- Success! s ./git_submit.py 104 L04.txt task2.c task3.c Switching to master branch... Pulling the latest from master. Succesfully branched to L04 Adding the file submissions/E02/E02.txt Committing... Pushing..- Success
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
