Sqa 2
Sqa 2
2
FALL-22-IT-436-SOFTWARE QUALITY ASSURANCE
TO: MR. SHAREEF HUSSAIN
BY: KHADIJA AFZAL & UBAID-UR-REHMAN
REGISTRATION NO.: 04161913046 & 04161913051
BS 7TH INSTITUTE OF INFORMATION
TECHNOLOGY
DUE: 11-NOV-2022.
Q .1. What is Git and GitHub describe in detail? Create a
GitHub account and make the repository, mention each
group member's GitHub repository URL.
Git:
Git is free and open source software for distributed version
control: tracking changes in any set of files, usually used
for coordinating work among programmers
collaboratively developing source code during software
development. Its goals include speed, data integrity, and
support for distributed, non-linear workflows.
GitHub:
GitHub is an Internet hosting service for software
development and version control using Git. It provides the
distributed version control of Git plus access control, bug
tracking, software feature requests, task management,
continuous integration, and wikis for every project.
Headquartered in California, it has been a subsidiary of
Microsoft since 2018. It is commonly used to host open-
source software development projects.
MEMBER 1-UBAID-UR-REHMAN:
Repository URL:
https://github.com/iubaidrmn/sqa-assignment
MEMBER 2- KHADIJA AFZAL:
STEP 1: I have already created my git hub account, so I am
directly signing in using my username and password.
Delete the most recent stash. To get rid of the most recent stash
in your list: git stash drop.
20. git reset
You can remove the file from the index while keeping your
changes with git reset. This removes the file from the index while
keeping it in the working directory. This commits all other
changes in the index.
21. git reset .
commands
Git status
Git remote -v
Git push -u
Creating repository with same name