Selenium Framework for Beginners 34 | How to add project to GitHUB

preview_player
Показать описание
UPDATE****
While pushing to github from eclipse you will NOW need to provide ACCESS TOKEN in place of password
To generate Access Token
1. Login to your GitHub account
2. Verify your email address, if it hasn't been verified yet.
3. In the upper-right corner of any page, click your profile photo, then click Settings.
4. In the left sidebar, click Developer settings.
5. In the left sidebar, click Personal access tokens.
6. Click Generate new token.
7. Give your token a descriptive name.
8. To give your token an expiration, select the Expiration drop-down menu, then click a default or use the calendar picker
9. Select the scopes, or permissions, you'd like to grant this token. To use your token to access repositories from the command line, select repo.
10. Click Generate token

Today we will learn
How to create GitHub repository
How to clone repository in Eclipse
How to add Eclipse project to GitHub repo
How to commit, push, pull changes
helpful tips

Step 1

Step 2
SignIn to GitHub and create a repository

Step 3
Start Eclipse and goto Git perspective

Step 4
Select - Clone a Git Repository

Step 5
Share Project on Git | Commit & Push

PLAYLISTS

SELENIUM BEGINNERS

KATALON STUDIO

SELENIUM JAVA FRAMEWORK BEGINNERS

SELENIUM TIPS

SELENIUM PYTHON

SELENIUM BUILDER

JAVA

JAVA TIPS & TRICKS

JENKINS

JENKINS TIPS & TRICKS

JMETER BEGINNER

JMETER INTERMEDIATE

JMETER ADVANCED

JMETER TIPS & TRICKS

SOAPUI

POSTMAN

GIT & GITHUB

DOCKER

ROBOT FRAMEWORK

WEB SERVICES (API)

REDIS BEGINNER TUTORIALS

MAVEN

MISC

TOOLS & TIPS

QnA FRIDAY

SUNDAY SPECIAL

ALL PLAYLISTS

Like on FACEBOOK :

Follow on TWITTER:

Subscribe on YOUTUBE :

________ ONLINE COURSES TO LEARN ________

Never Stop Learning
Raghav
Рекомендации по теме
Комментарии
Автор

very clear cut and easy to learn this new
method

madhanprakash
Автор

This is a very good beginners video! But can you please answer a few questions I have about the general process. 1. When changes are made to the Github Master repository, and I need to have those changes made onto my local PCs to run the new code, do I delete the local master or do I only pull the new file/changes from gitHub to my existing local master? 2. If I have an automation team, instead of having each members code pushed to the master in GitHub, should they all push it to something like a Pre-Master github repository, so that it can be pulled down to local PCs to executed and tested to make sure it all works, and then if it works with out bugs pull the pre branch to the master?

VAudioVideo
Автор

Hello sir, thanks for your such awesome videos. I really appretiate that. If possible please make any single real time testing site. Like from start to end using testng, maven what we will do in working place.it will be very helpful for us.

faisalsakib
Автор

Really very nice n helpful video...thank u sir.

sneharathod
Автор

This is very useful and easy to understand video. Perhaps could you also explain how to chnage it from master branch to develop (any name) branch ? As directly committing code on master branch is not a good practice. Also, please do a video on selenium - git - azure setup that will be a great help to everyone.

pratikshak
Автор

5:55 what did you do to work around this issue? The Config window had the same settings that caused the issue but later you got it to work with the same settings. So what was the fix?

VAudioVideo
Автор

Thanks, really helpful can u also make same BDD video if u can . Also Appium IOS automation

alext
Автор

Sir you are just amazing. Sir I have one question. In interview, interviewer asked me how do you do continues integration by CI, CD. I have dedicated team for the same . How do answer this question

dhananjay
Автор

I'm new to test automation.I have done development before. Can I know why we Testers need GitHub?For what tasks?

kasunishankayapa
Автор

Sir I click in commit after that push is not working sir can you ans for it .its very need sir

DasthagirammaNadendla
Автор

Hello Raghav, very useful video, Can you make video to run test cases through jenkins.

shreyasms
Автор

Hai raghav I am using GitHub in my laptop for both my office and personal things.When I try to push the code to newly created repo in my personal GitHub account it's asking for authentication and if I enter credentials also it's not taking me to next screen also in my other office GitHub account sometimes I am getting redirected to test project which I created in other credentials how can we handle this?pls share your experiences.I am your great fan 😊

rajeshrao
Автор

Hello, If I create a project using Intellij Idea, I need to create a git ignore file to ignore workspace.xml file if i want to push that code on github? I have to ignore any other file?

matiastartara
Автор

Hello sir, nice video but my password is not taking any way to get master branch password??

sonali
Автор

Amazing Video as always Sir! Very well explained! Sir, I'm facing issue while i'm trying to push the Eclipse Project to GIT, it is asking for the user name and password, I do not know where to find username, for login it ask for username or email id and pwd, when I provide email id and pwd i'm able to login successfully, however at many places it ask for username, if I provide email id in the username text-box with right password i'm getting err consistently,
"dsripriya" I see this name at the top right corner of my profile, even when I provide this "dsripriya" at username field I'm getting err, so I'm confused what's exactly is my username here, Password is correct and I'm sure of it.

Plz guide where can I find my exact username, once I provide correct creds I should be able to successfully push the code to Git repo, Kindly help.

Riya-fejc