Name a few git commands?
Answer / Braj Mohan Kumar
Here are some common Git commands: 1. 'git init': Initializes a new Git repository in the current directory.n2. 'git add': Stages changes to the index.n3. 'git commit': Creates a new commit with staged changes.n4. 'git push': Sends local commits to a remote repository.n5. 'git pull': Updates the local repository with changes from a remote repository.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function of ‘git config’?
Explain the difference between rebase and merge?
How git instaweb is used?
What is a “conflict” in git and how is it resolved?
How is git instaweb used?
What language is used in GIT?
What is the difference between rebasing and merge in git?
what is git fork? What is difference between fork and branch? How to create tag?
How many heads can be created in a repository?
Describe the branching strategies you have used.
Distinguish between git fetch and git pull?
What is Subgit? Why to use Subgit?