What is the function of ‘GIT PUSH’ in GIT?
Answer / Akhtar Israr Ahmad
The `git push` command in Git is used to send your local commits to a remote repository. This allows other developers to access and use your changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why GIT better than Subversion?
What is a “conflict” in git and how is it resolved?
What is git bisect and what is its purpose?
Explain what is commit message?
Mention the various git repository hosting functions.
What does a commit object contain?
What does ‘hooks’ consist of in git?
Explain the difference between reverting and resetting.
What is subgit?
What is the purpose of branching in GIT?
What is ‘head’ in git?
How will you know in GIT if a branch has been already merged into master?