Venture Posted October 16, 2013 Posted October 16, 2013 (edited) I recently moved from SVN to GIT. When I tried to update my server, It tells me to stash the server, so I did. When I stashed the server, all the red exclamation (!) telling me what I have changed from the original rathena files dissapeared into green checks. How do I refer the changes back from the "original rAthena" instead of my "Last Saved Stash"?. It is very hard knowing what I have changed recently Please, I need those red exclamation back..! Edited October 16, 2013 by gekigengar Quote
Akinari Posted October 16, 2013 Posted October 16, 2013 The command to call back your changes in your code is git stash pop If there are any conflicts, it will place points in the code where the conflict was and you can then manually resolve them. Quote
Venture Posted October 17, 2013 Author Posted October 17, 2013 The command to call back your changes in your code is git stash pop If there are any conflicts, it will place points in the code where the conflict was and you can then manually resolve them. What I wanted is so that it refers back to the "Original File" to check for "red exclamation marks" (Changes). Instead of refering back to the "Last saved stash" to check for changes. (Which is why its all green even with my changes.) I want it to compare with the original rathena file instead of my last saved stash. please help! Quote
Question
Venture
I recently moved from SVN to GIT.
When I tried to update my server,
It tells me to stash the server, so I did.
When I stashed the server, all the red exclamation (!) telling me what I have changed from the original
rathena files dissapeared into green checks.
How do I refer the changes back from the "original rAthena" instead of my "Last Saved Stash"?.
It is very hard knowing what I have changed recently
Please, I need those red exclamation back..!
Edited by gekigengar2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.