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