Git and Github usage training from Freecodecamp
https://www.freecodecamp.org/news/git-and-github-for-beginners/
#coderbaba #github #git
@coder_baba
https://www.freecodecamp.org/news/git-and-github-for-beginners/
#coderbaba #github #git
@coder_baba
freeCodeCamp.org
Git and GitHub Tutorial β Version Control for Beginners
Git and GitHub are two technologies that every developer should learn, irrespective of their field. If you're a beginner developer, you might think that these two terms mean the same thing β but they're different. This tutorial will help you unders...
Don't overwhelm to learn Git,π
Git is only this muchππ
1.Core:
β’ git init
β’ git clone
β’ git add
β’ git commit
β’ git status
β’ git diff
β’ git checkout
β’ git reset
β’ git log
β’ git show
β’ git tag
β’ git push
β’ git pull
2.Branching:
β’ git branch
β’ git checkout -b
β’ git merge
β’ git rebase
β’ git branch --set-upstream-to
β’ git branch --unset-upstream
β’ git cherry-pick
3.Merging:
β’ git merge
β’ git rebase
4.Stashing:
β’ git stash
β’ git stash pop
β’ git stash list
β’ git stash apply
β’ git stash drop
5.Remotes:
β’ git remote
β’ git remote add
β’ git remote remove
β’ git fetch
β’ git pull
β’ git push
β’ git clone --mirror
6.Configuration:
β’ git config
β’ git global config
β’ git reset config
7. Plumbing:
β’ git cat-file
β’ git checkout-index
β’ git commit-tree
β’ git diff-tree
β’ git for-each-ref
β’ git hash-object
β’ git ls-files
β’ git ls-remote
β’ git merge-tree
β’ git read-tree
β’ git rev-parse
β’ git show-branch
β’ git show-ref
β’ git symbolic-ref
β’ git tag --list
β’ git update-ref
8.Porcelain:
β’ git blame
β’ git bisect
β’ git checkout
β’ git commit
β’ git diff
β’ git fetch
β’ git grep
β’ git log
β’ git merge
β’ git push
β’ git rebase
β’ git reset
β’ git show
β’ git tag
9.Alias:
β’ git config --global alias.<alias> <command>
10.Hook:
β’ git config --local core.hooksPath <path>
β Add more peoples to this groups π
#coderbaba #git follow @coder_baba
Git is only this muchππ
1.Core:
β’ git init
β’ git clone
β’ git add
β’ git commit
β’ git status
β’ git diff
β’ git checkout
β’ git reset
β’ git log
β’ git show
β’ git tag
β’ git push
β’ git pull
2.Branching:
β’ git branch
β’ git checkout -b
β’ git merge
β’ git rebase
β’ git branch --set-upstream-to
β’ git branch --unset-upstream
β’ git cherry-pick
3.Merging:
β’ git merge
β’ git rebase
4.Stashing:
β’ git stash
β’ git stash pop
β’ git stash list
β’ git stash apply
β’ git stash drop
5.Remotes:
β’ git remote
β’ git remote add
β’ git remote remove
β’ git fetch
β’ git pull
β’ git push
β’ git clone --mirror
6.Configuration:
β’ git config
β’ git global config
β’ git reset config
7. Plumbing:
β’ git cat-file
β’ git checkout-index
β’ git commit-tree
β’ git diff-tree
β’ git for-each-ref
β’ git hash-object
β’ git ls-files
β’ git ls-remote
β’ git merge-tree
β’ git read-tree
β’ git rev-parse
β’ git show-branch
β’ git show-ref
β’ git symbolic-ref
β’ git tag --list
β’ git update-ref
8.Porcelain:
β’ git blame
β’ git bisect
β’ git checkout
β’ git commit
β’ git diff
β’ git fetch
β’ git grep
β’ git log
β’ git merge
β’ git push
β’ git rebase
β’ git reset
β’ git show
β’ git tag
9.Alias:
β’ git config --global alias.<alias> <command>
10.Hook:
β’ git config --local core.hooksPath <path>
β Add more peoples to this groups π
#coderbaba #git follow @coder_baba
π4β€1
π Valuelabs Interview Questions: SDET (4.5 to 6 years) ππ
π Duration Decided: 30 minutes
β° Actual Interview: 48 minutes
Here are the interview questions asked during the Valuelabs SDET interview. Hope this helps! π‘
Introduce yourself π§βπ»
Please explain your Automation Framework and all its components. π§
What is Page Object Model (POM)? π
How do you run test cases in parallel in Cucumber? π
Explain the contents of the Runner File in Cucumber. πββοΈ
What is a Singleton Design Pattern? π
What are the advantages and disadvantages of Page Object Model? π
What is Selenium Grid? π
Explain the WebDriver create statement line? π»
Explain the Maven Lifecycle? β³
How do you run the failed test cases? π
How do you generate Reports in Selenium? π
How do you customize reports after your test execution? βοΈ
What kind of waits are there in Selenium? β±οΈ
Write a Code Snippet for Explicit Wait in Selenium? π
Write a Code Snippet for Drag and Drop in Selenium? π€π₯
How do you switch to different Windows in Selenium? πͺ
Why do we use SET in Window Handles? π
Write Code for taking screenshot in Selenium? πΈ
Whatβs the difference between Scenario and Scenario Outline in Cucumber? π
How do you pass data to your Selenium Scripts? πΎ
How do you decide the priorities of your Test Cases? π
If you want to execute one test case repeatedly, how do you do that? π
What are the different annotations used in TestNG? π·
Write the hierarchy of annotations in TestNG. π
What is the defect life cycle? π
Whatβs the difference between Agile and Waterfall Model? π§π
Whatβs the difference between 201 and 204 Status Code? π
Whatβs the difference between 401 and 403 Status Code? β
What are the components of an API Request? π
Whatβs the difference between Query Parameters and Path Parameters? π
How do you resolve Conflicts in Git? βοΈ
Whatβs the difference between git pull and git patch? π
Explain the use of Jenkins in the Automation Framework. π
π‘ Tip for Success: Stay calm and prepare well for these topics to ace your interview! Best of luck to all the aspiring candidates! πͺβ¨
#Valuelabs #SDETInterview #Automation #Java #Cucumber #Selenium #TestNG #API #Jenkins #Git #InterviewPreparation #TechJobs #CareerGrowth #coderbaba
π Duration Decided: 30 minutes
β° Actual Interview: 48 minutes
Here are the interview questions asked during the Valuelabs SDET interview. Hope this helps! π‘
Introduce yourself π§βπ»
Please explain your Automation Framework and all its components. π§
What is Page Object Model (POM)? π
How do you run test cases in parallel in Cucumber? π
Explain the contents of the Runner File in Cucumber. πββοΈ
What is a Singleton Design Pattern? π
What are the advantages and disadvantages of Page Object Model? π
What is Selenium Grid? π
Explain the WebDriver create statement line? π»
Explain the Maven Lifecycle? β³
How do you run the failed test cases? π
How do you generate Reports in Selenium? π
How do you customize reports after your test execution? βοΈ
What kind of waits are there in Selenium? β±οΈ
Write a Code Snippet for Explicit Wait in Selenium? π
Write a Code Snippet for Drag and Drop in Selenium? π€π₯
How do you switch to different Windows in Selenium? πͺ
Why do we use SET in Window Handles? π
Write Code for taking screenshot in Selenium? πΈ
Whatβs the difference between Scenario and Scenario Outline in Cucumber? π
How do you pass data to your Selenium Scripts? πΎ
How do you decide the priorities of your Test Cases? π
If you want to execute one test case repeatedly, how do you do that? π
What are the different annotations used in TestNG? π·
Write the hierarchy of annotations in TestNG. π
What is the defect life cycle? π
Whatβs the difference between Agile and Waterfall Model? π§π
Whatβs the difference between 201 and 204 Status Code? π
Whatβs the difference between 401 and 403 Status Code? β
What are the components of an API Request? π
Whatβs the difference between Query Parameters and Path Parameters? π
How do you resolve Conflicts in Git? βοΈ
Whatβs the difference between git pull and git patch? π
Explain the use of Jenkins in the Automation Framework. π
π‘ Tip for Success: Stay calm and prepare well for these topics to ace your interview! Best of luck to all the aspiring candidates! πͺβ¨
#Valuelabs #SDETInterview #Automation #Java #Cucumber #Selenium #TestNG #API #Jenkins #Git #InterviewPreparation #TechJobs #CareerGrowth #coderbaba