GIT Interview Question 1 to 11
git log
To know more about git log :
https://git-scm.com/docs/git-log
Framework Design Tips & Interview Question ==> Click Here
**************************************************
Linux Interview question Set
https://automationreinvented.blogspot.com/search/label/Linux
git status
command displays the state of the working directory and the staging area.--soft: Uncommit changes but leave those changes staged
--mixed (the default): Uncommit and unstage changes, but changes are left in the working directory
--hard: Uncommit, unstage, and delete changes
API Testing Interview Question Set:
https://automationreinvented.blogspot.com/search/label/Rest-API
git restore <filename> # new syntax (as of Git 2.23)
git checkout -- <filename> # old syntax
git restore test.js
git restore .
#TodaysTip
Starting with git 2.23 we have new sub-commands :
1. git switch to switch between branches
2. git restore to undo all modifications made
GIT Commands SET-1
QA Job Opening: Click here
*************************************************
API Testing Interview Question Set:
https://automationreinvented.blogspot.com/search/label/Rest-API
Kubernetes Interview Question Set
https://automationreinvented.blogspot.com/search/label/Kubernetes
Docker Interview Question Set
https://automationreinvented.blogspot.com/2020/02/top-18-docker-commands-for-aytomation.html
Linux Interview question Set
https://automationreinvented.blogspot.com/search/label/Linux
Automation Testing/SDET Framework Design
https://automationreinvented.blogspot.com/search/label/FrameworkDesign
Java Related Interview Question Set
https://automationreinvented.blogspot.com/search/label/Java
GIT Interview Question Set:
https://automationreinvented.blogspot.com/search/label/GIT
Coding Interview Question Set:
https://automationreinvented.blogspot.com/search/label/Coding%20Questions
No comments:
Post a Comment