I am working on migrating SVN repository to Git repository.
Once i have migrated, i convert SVN branches and tags into Git branches and tags.
However i tried adding .gitignore
to all branches using following command. It always adds to current working branch.
git svn show-ignore > .gitignore
How can i add .gitignore for all branches rather than current branch where command in executed.