Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (55.6k points)

Can anyone explain the forking in Git?

1 Answer

0 votes
by (119k points)

Forking in Git is a copy of a repository. Forking a repository allows you to easily play with code and making changes without affecting the original project.

In general, forks are used to propose any changes to someone else's project and also to use someone else's project as a starting point for your own project rather than starting from scratch.

You can check out this GIT Tutorial by Intellipaat to understand in-detail.

Also, watch this video on GIT to get started:

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jan 31, 2020 in DevOps and Agile by anmolj (9k points)

Browse Categories

...