Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
3 views

Module 1 Practical - Software Environment

Uploaded by

jessie143lou
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Module 1 Practical - Software Environment

Uploaded by

jessie143lou
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Setting up Software Environment with Git practical exam

Name: ___________________________________ Date: _______________

Section/Class code________________________

Instruction:
In this practical exam, you are allowed to use internet and visual studio code BUT
ALL COMMANDS SHOULD BE DONE IN COMMAND PROMPT. You will be given
10minutes for setup and 4 minutes demonstration.

Perform the following:

¨ Configure user name and email.


¨ Clone an existing repository from a remote server.
¨ Check the status of the working directory
¨ Create a new branch: [LASTNAME]_INTEGRATION
¨ Create a new branch: [LASTNAME]_QA
¨ Create a new branch: [LASTNAME]_STAGING
¨ Switch to a branch: [LASTNAME]_INTEGRATION
¨ Add file index.html (no content needed)
¨ Add file js/app.js (no content needed)
¨ Add file js/custom.js (no content needed)
¨ Add file css/app.css (no content needed)
¨ Add file css/custom.css (no content needed)
¨ Commit all files except css/custom.css to integration with a descriptive message.
¨ Merge js/app.js and index.html in the branch QA.
¨ View commit history.

Rubric for Setting up Software Environment with Git


Criteria Excellent (4 Good (3 points) Satisfactory (2 Needs
points) points) Improvement
(1 point)
Command Commands Most Several Many
Execution executed commands commands commands
correctly and executed executed executed
efficiently. correctly with correctly; some incorrectly.
minor issues. errors.

Understanding Demonstrates Good Basic Limited


of Concepts deep understanding understanding; understanding
understanding with some some concepts of Git
of Git minor unclear. concepts.
concepts. misconceptions.

Branching and Branching and Branching and Branching and Branching and
Merging merging done merging mostly merging merging
seamlessly accurate with attempted with incorrectly or
with clear some occasional inconsistently.
explanations. explanations. mistakes.

You might also like