0

I'm not too sure how to word this because I've not got any idea on the technical names for things.

Essentially I have a folder tree?:

Like this - Probably incorrect format, but as an idea:

enter image description here

*There are several more folders inside each month, all with their own individual folders.

If I wanted to updated a specific branch?, for example:

Images > 2014 > October > 06 > Updates > 01

Without updating the whole repository, how would I do that?

Thanks!!

I'm not sure I used tree and branch in the correct way, so sorry if I have offended you! :)

Nick
  • 2,261
  • 5
  • 33
  • 65
  • 1
    You would just right click on the specific folder and do an update. You don't need to do an update on just the parent to update children. – Aibrean Oct 06 '14 at 13:55
  • Hi @Aibrean . I forgot to mention, I don't have anything downloaded yet. All I have is my base "images" folder. Thanks! – Nick Oct 06 '14 at 13:58
  • Thank you! If you want to post that as an answer it's yours :) – Nick Oct 06 '14 at 14:07

1 Answers1

1

You would just right click on the specific folder and do an update. You don't need to do an update on just the parent to update children.

You can do a selective checkout too.

Aibrean
  • 6,297
  • 1
  • 22
  • 38