> On Feb 11, 2016, at 1:01 PM, Alex Zavatone <z...@mac.com> wrote: > > I've got several hundred files here, all split up over too many folders. > How, using Xcode's UI, do I add all of these files to the git repo? Is there > any option? > > Is it best to simply use the command line?
Just open a shell, cd to the top directory containing the files to add, and enter: git add . —Jens
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com