Moving Code from One Repository to Another Using Git Patch

https://joelcolaco.hashnode.dev/moving-code-from-one-repository-to-another-using-git-patch

14 points · 1 comments · view on lemmy.world

1 Comments

muhanga@programming.dev · 1 pts · 2y

This is a good example of what understanding your tools can give you. Answer is new or novel approaches to the old problems. Ability to create a patch from any diff is really really usefull. If you have wip changes, but don't want to commit it to, then creating a patch is a quite easy way to go.