30 November 2023

#GIT

#GIT
What is Version control system or Source code manager?
What is Git and What is a repository in GIT?
What is the common branching pattern in GIT?
What is Pull requests?
What is git clone command used for?
What is git config command user for?
What is git fetch?
What is git merge?
What is git pull?
What is the difference between ?git remote? and ?git clone??
What is the function of ?git rm??
What is the function of ?git checkout? in git?
What is the use of ?git log??
What is git webhooks?
What is git rebase?
What is git stash?
What is the difference between git pull and git fetch?
What is the difference between git rebase and git merge?
What is forking in git repositories?
What is soft and hard reset and their difference?
What kind of branching and merging you worked on GIT.
What is tagging in GIT and what is the diff between feature branching and tagging?
What is commit message?
What is staging area in git?
How to install git in Linux & Windows?
How to setup repository though command line?
How to setup repository in github and clone it?
How to remove/rename files in local git repo?
How to sync local git repo data with github?
How to change branches in local git repo?
How to setup github ssh authentication?
How do you check after git merge ?where merging is correctly or not?
How to create branch and delete a branch?
How can u implement authentication and authorization in git?
How to merge the code?
Do you get any conflicts while merging..how can u resolve conflicts?
What commands do you use in Git
What is the difference between the approaches of Trunk BASD and Feature Branch
What is the difference between the approaches of Trunk BASD and Feature Branch
What are the general branching strategies you know
What teams do you use in Git
What are the general branching strategies do you know
What is the difference between the approaches of Trunk BASD and Feature Branch
Why are you needed versions control systems?
Why are you needed versions control systems?
How is Rebase different from Merge?
How to drain two different branches
How to drain two different branches
Git 1
  • Repository (Repo)
  • Commit
  • Branch
  • Merge
  • Pull Request (PR)/Merge Request (MR)
  • Clone
  • Fork
  • Fetch
  • Pull - Pull with Rebase & Push
  • Staging Area (Index)
Git 2
  • .gitignore
  • Conflict
  • Rebase
  • Tag
  • Remote
  • HEAD
  • Detached HEAD
  • Cherry-pick
  • Blame
  • Bisect
Git 3
  • Submodule
  • Stash
  • Workflow
  • Hooks
  • Reflog
  • Revert
  • Reset - Soft, Mixed, Hard
  • Interactive Rebase
  • Squashing Commits
  • Worktrees
Git 4
  • Commit Signing
  • Sparse Checkout
  • Amend
  • Attributes
  • Filter-branch
  • Git Flow
  • LFS (Large File Storage)
  • Subtree
  • Bisect
  • Rerere (Reuse Recorded Resolution)
Git 5
  • Cherry-pick
  • Stash Apply vs. Stash Pop
  • Notes
  • Hooks
  • Grafts
  • Replace
  • Archive
  • Credential Storage
  • Workspaces
Git 6
  • Bundle
  • Orphan Branch
  • Subtree Splits
  • Hooks
  • Grafts
  • Replace
  • Archive
  • Credential Storage
  • Workspaces
Git 7
  • Patch
  • Pickaxe
  • Cat-file
  • Verify-pack
  • Packfile
  • Untracked Files
  • Shallow Clone
  • Refspec
  • Diff-so-fancy
  • Index
Git 8
  • Plumbing vs. Porcelain
  • Split Index
  • Rev-parse
  • FSMonitor
  • Tagging
  • Blobless Clone
  • Credential Management
  • Alias
  • Mailmap
  • Config Scopes - System, Global, Local
Git 9
  • Workdir
  • Shelve
  • Bisect Visualize
  • Filter-repo
....... is equivalent to fetch and merge
pull*
push
fetch
none of these
What command do you run to view the commit history of your repository?
GIT history
GIT log*
GIT commit -h
GIT past
How do you check the state of your local git repository since your last commit?
GIT check
GIT status*
GIT commit
GIT diff
What's a shortcut to staging all the changes you have?
GIT commit add*
GIT commit
GIT add
GIT stage -a
How do you supply a commit message to a commit?
GIT message "I'm coding!"
GIT add "I'm coding!"
GIT commit "I'm coding!"
GIT commit -m "I'm coding!"*
What's the git command that downloads your repository from GitHub to your computer?
GIT push
GIT fork
GIT clone*
GIT commit
Which of the following commands show changes between commits?
GIT commit
GIT reset
GIT diff*
GIT show
Which of the following commands join two or more development histories together?
GIT merge*
GIT concat
GIT join
GIT branch
Which of the following commands is used in switching between branches?
GIT branch
GIT checkout*
GIT switch
GIT merge

No comments:

Post a Comment

Most views on this month