I have a lot git branches.
There's a directory/folder in which I keep apk files.
But whenever I add a apk/file and push it
(1. git add, 2. git commit -m "", 3. git push)
,
It gets pushed to the local branch in which i'm working.
Instead of this I want to push that file to all branches, so how can I do that?
Also already in that folder there are lot of apk files which are present only for that particular branch.
So how can I make them available for all branch(i.e. push all those apk files to all branches)?