How to fetch the changes of repo selectively? An idea to track of only those folder which I need. #67
PranavBhattarai
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After I fetching your awesome repo, I decided to keep only those folder which I need. But the problem is how do I "get fetch" only those folder's update which I need, without having to retrieving/check all folders available on the repo?
As a BCA student, currently I need to track only 9 subject, not entire subjects mentioned in the repo.
So achieve this, I wrote the list of files .gitignore, so whenever I try to fetch the new changes/updates, I get only the one which I need.
Hence, the list of ignored folder mentioned inside gitignore is so huge:
But the problem is this:
Instead of throwing those warning, it should have said, "There is nothing to pull.... There is no new change.... Everything is up to date". But why it didn't said so? Any idea on this?
Beta Was this translation helpful? Give feedback.
All reactions