SymLinks

Sven Brauch mail at svenbrauch.de
Wed Dec 9 10:55:53 GMT 2015


On 09/12/15 09:58, Leon Pollak wrote:
> I will be very thankful for alternative approaches recommended.
Save your changes to the file with "git stash" (if you have other
pending changes, add them to the staging area with "git add" beforehand
or use "git stash -p"). Then, to go to the new version of the file

git stash apply

and to go back to the old one

git checkout <file>

You can cycle the last two steps as often as you like.

Best regards,
Sven

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20151209/45f5a374/attachment.sig>


More information about the KDevelop mailing list