git - How should I add new files when I already have multiple branches -


we have started using git , has worked out well, hits bumps don't know how best solve.

right have multiple branches. master, develop , lots of feature branches (one or more per developer).

now want add directory script-files, , these files needed developers (immediately).

how should best perform this? thinking maybe adding new branch (from develop), add files there , let else merge it?

or there better, cleaner, more git'ish way this?

just add central branch (normally dev or develop) , ask git merge or git rebase it, meant doing regularly anyway.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -