When trying to upload multiple files with same name, ex foo/name and bar/name, only one will be uploaded. This is because gist won't accept having same name for multiple files.
A solution could be to to rename files to something like foo_name and bar_name but only if there is a conflict in naming.
When trying to upload multiple files with same name, ex
foo/nameandbar/name, only one will be uploaded. This is because gist won't accept having same name for multiple files.A solution could be to to rename files to something like
foo_nameandbar_namebut only if there is a conflict in naming.