Answer the question
In order to leave comments, you need to log in
How to correctly save local changes in GIT?
If I have a modified file then I just run the command.
git diff changet-file.txt > new-diff-file
And if in the future I need these changes, then git apply new-diff-file
to help.
But this method does not work with folders, and if there are a lot of files, you can simply get confused in them.
What methods or tools are there to effectively save local changes and then control them?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question