Sometimes you need to operate on a single file in a huge git repository. Tricky part occurs if you don’t want to clone the whole repository content. What you really want to achive is to get desired file, change it and put it back. Luckily there is one simple solution for this challenge.
Continue reading “How to pull and push single file within a git repository”