👉 Rollbacks in software development refer to a process of reverting changes made during a previous version or release. This is often used in situations where the original goal was to avoid any potential issues with the current implementation, but later on it becomes apparent that certain changes were not necessary or could have been avoided if they had been implemented earlier. Rollbacks are typically done manually and involve undoing any changes made by a previous version of the software. This can be done during development, when the code is in