cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve REBASE functionality in HANA XSA ?

former_member462348
Participant
0 Kudos
202

Hi

I made changes to the CV in HANA XSA, consider am in my local branch and did the changes 3 times for a CV, but now i need to revert back to my previous version (2nd Version). How do i achieve this in HANA XSA?

Generally we have rebase functionality in XSC where I can choose the version i need based on the date and time. Would like to know is there any same functionality available in HANA XSA.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Cocquerel
Active Contributor
0 Kudos

if you made commits for each 3 changes, you just need to revert the last one.
I would encourage you to complete the following Open SAP training on the subject https://open.sap.com/courses/git1/

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

HANA XSA uses an external Git repository as its source code management. Therefore you can use all the Git functional for Rebase and/or version history and restoration.