RiverBed automates software revision tracking
RiverBed automatically catalogues and organizes all changes to your codebase. Then, it lets you take actions based on your history with straightforward natural language.
- rvb What last changed the buttons?
- John Smith edited src/components/Button.tsx 2 days ago ("Add button animations")
- rvb I dont want to use DX12 anymore
- Switching back to DX11 and moving all DX12 related code to the new branch "dx12"... ✓
- rvb Auth doesn't work anymore
- Reverting all auth changes made between now and the last stable release... ✓