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 does ‘hooks’ consist of in git?
What is the function of ‘git stash apply’?
What are git stash and git stash drop?
What is ‘git status’ is used for?
What is the function of ‘git config’?
How to rebase master in git?
What is the function of ‘git diff ’ in git?
What commands will you use to bring a new feature to the main branch?
What is a distributed vcs?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What are the advantages of using GIT?
What is the common branching pattern in GIT?