Keep your branches up to date, by daily downmerging your latest parent branch on finger tips.
Git Branch CI/CD aims to bring the git branches management system inside with the simplest and the most convenient way.
- Handling and Easily switch between multiple projects.
- Search branches in your dashboard.
- Verify branches before adding to your dashboard.
- Distributes the branch into 4 states
Merging
,Ready to Merge
,Up to Date
,Merge conflicts
, which help to keep track of the branches required. - Multiple merging of branches at same time.
- Also provide files list which has merge conflicts.
- A small sweet refresh button helps to refresh the branches and its states.
- An open log system which help to raise bugs.
Press F1 and type or select below commands to run.
- Git Branch CI/CD
A Neird, who like to ease the process and his work, so that he gets time to sleep. Not found tool or any vscode git extension to do it with such ease, so wrote it myself.
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's Code of conduct.
- Initial release contains all the basic features.
- Updated the extension name for easy searching in marketplace.
- Fixed the issues #5, #6 raised on github.
- Fixed the issues #11 raised on github.