Рет қаралды 4,704
In this tutorial, we will learn the step-by-step process of pushing your Playwright tests to GitHub.This video will guide you through the process, covering everything from setting up your repository to pushing your tests with Git commands via https and ssh as well.
Notes
git config --global credential.helper store
git config --global credential.github.com.token "add your token"
Commands discussed
git init
git status
git add filename or git add .
git commit -m "first commit"
git log
git branch -M main
git branch
git remote add origin "github repo url"
git push -u origin main
Install Git ON MAC
• How To Install Git On ...
All Playlist
/ mukeshotwani
Connect with us:
Email - mukeshotwani@learn-automation.com
Linkedin- / mukesh-otwani-93631b99
Instagram- / mukeshotwaniofficial
Facebook Group- / 256655817858291
Facebook Page- / seleniumwebdrivermukesh
Blog- learn-automatio...