What are git repository hosting services you used?
Answer / Rakesh Kumar Rajak
Some popular Git repository hosting services include GitHub, Bitbucket, GitLab, and Codeberg.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the common branching pattern in GIT?
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
What is git bisect?
Explain the advantages of forking workflow?
To delete a branch what is the command that is used?
Explain the difference between reverting and resetting.
Mention the various git repository hosting functions.
What is ‘head’ in git and how many heads can be created in a repository?
How to remove a file from git without removing it from your file system?
What is ‘git add’ is used for?
What is the difference between git vs svn
How can you create a repository in Git?