Here are the steps that I have followed:
- Created a repository
- added a file to the
master
branch. - created a branch called
test_branch
. - added close to 30k files in the
test_branch
& committed. - now when I try to switch to
master
branch. It says "checking out files: 83% (24967/30002)
", and now I have all the files which I have committed intest_branch
in mymaster
branch as well.
Why I am getting this error, and how to overcome it ?