I have forked a repo for adding some changes to the project; its a Vim plugin. I am planning to use my forked repo as the source for Vundle. But I would also like to get updates from the original repo if any in the future.
How should I go about maintaining the repo?
- I have changes in a new branch; should I merge it?
- If I don't merge it, I will have to manually switch to that branch after Vundle cloning the repo.
- If I merge it, how do I receive updates from the original repo? The master would have changed. Will it get added as a new branch?
- It would be great if someone can get some pointers to articles or suggest how I should search for solutions/best practices; my searches are picking trashes for a sometime (probably, I have no ideas regarding exact naming of stuff here).
note:
- I am new to git and Vim.