Software Quality Engineering
Software Quality Engineering
TECHNOLOGY, TAXILA
Lab 14
Dated: 28/11/2024(Thursday)
Submitted By:
Wajeeha Islam (22-SE-18)
Submitted To:
Ma’am Nazia
1. Create repository:
Purpose: Initialize a central repository where all project files will be stored and managed
under version control.
7. Delete:
Delete a file or folder from the repository.
8. Commit:
Purpose: Push changes from the working directory to the repository.
9. Checkout:
Purpose: Create a working copy of a project from the repository.
10.Diff with previous versions: Purpose: Compare the current version of a file with a previous
version.
11.Show log:
Purpose: View the commit history of a file or project.