Mention the various git repository hosting functions.
Answer / Sumit Prabhakar
Git repository hosting services like GitHub, GitLab, and Bitbucket offer several features to help manage projects. Some of these include: version control, issue tracking, project management tools, continuous integration, wikis, and collaboration features.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is git fork? How to create tag?
What is the difference between ‘git remote’ and ‘git clone’?
What is git fork?
Name some git commands and also explain their functions?
What is a repository in GIT?
How to squash or fixup commits?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What is the syntax for “Rebasing” in Git?
What is ‘git add’ is used for?
What is the command you can use to write a commit message?
Why git and not svn?
Tell me the difference between head, working tree and index, in git.