Task1-4 Submit (managed by git) ============================= Assume that your username is jdoe. The following commands can be used to acquire, develop and submit your work. To initially acquire a clone of the Task1-4 project: ------------------------------------------------- ssh csci fork csci261/Task1-4 csci261/jdoe/Task1-4 git clone csci:csci261/jdoe/Task1-4 To submit your Task1-4 work (must be located in Task1-4 directory with README): ----------------------------------------------------------------------------- git add --all . git commit git push To acquire instructor updates to Task1-4: -------------------------------------- git remote add instructor csci:csci261/Task1-4 git fetch instructor git diff instructor/master master git merge instructor/master master