<<Previous Post <<Complete WebDriverIO Tutorial>> Next Post>>
CodeceptJS – Installing Git in Ubuntu and Configuring it
As I am using the Ubuntu Operating System. So, In this Article, I will explain how to install and configure Git on Ubuntu Operating System.
Follow the below steps for downloading and installing Git on your Ubuntu machine:-
1) Open https://git-scm.com/ in any browser and click on download for Linux.
2) Unlike the Windows operating system, installing git and configuring it in the Ubuntu operating system is quite simple. Open the Ubuntu terminal and run the below command.
Sudo apt-get install git
3) To verify git has been installed and configured properly. Just type git in ubuntu terminal and hit enter.
This shows that Git has been configured on your Ubuntu Machine successfully.
Next Steps:
> To learn more about CodeceptJS, continue to the next post (Click on Next Post link below)
> Check complete CodeceptJS Tutorial Contents here (Click here)
Please leave your questions/comments/feedback below.
Happy Learning ?
Connect to me on LinkedIn (Click here)
On a mission to help the Software Testing Community in all possible ways.
<<Previous Post <<Complete WebDriverIO Tutorial>> Next Post>>