Summary
Keywords
Full Transcript
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.https://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 https://www.youtube.com/watch?v=8uNYfc9Shz4&pp=ygUVaW5zdGFsbCBnaXQgb24gbWFjIG0x All Playlist https://www.youtube.com/c/Mukeshotwani/playlists Connect with us: Email - [email protected] Linkedin- https://www.linkedin.com/in/mukesh-otwani-93631b99/ Instagram- https://www.instagram.com/mukeshotwaniofficial/ Facebook Group- https://www.facebook.com/groups/256655817858291 Facebook Page- https://www.facebook.com/SeleniumWebdriverMukesh Blog- http://learn-automation.com
