GIT Introduction
Any automation testing project, we need to
develop around 100 + testcases in the limited span of time. It is impossible if
you work alone. So here we need to work in team while developing scripts.
GIT makes our life easy while working in
team. How?
Using GIT, we can one maintain one central
repository where we will have all the test scripts. Suppose three people
working on those test scripts. They will also have their own copy of central repository.
So, we can say GIT is safer than SVN because we will be having multiple backup
copies of project.
Now there are different way to implement
the GIT.Ex:
TortoiseGIT, Sourcetree, GIT bash.
Please refer below diagram understand git
commands(only).
Note: In diagram commands are not with
complete syntax.
Understanding git commands, it’s not
enough. While working in a team we need to follow different approaches to use
this command. Next blog we will be discussing the git approaches for
implementation in our project.
0 comments:
Post a Comment