On Thursday, 30 October 2014 09:31:13 UTC+1, Mint Deville wrote:
>
> Hi,
>
> is there a function in the gui to show all files, and select files to add 
> or ignore like it would work in tortoise?
> I need to be very selektive what files to add and ignore. For example I 
> want some DLLs with device drivers I compiled this version with, but dont 
> need the DLLs the compile created.
>
> Thanks
>

If you're using the built-in git-gui, you can select the files to stage one 
by one by clicking them and then going to the *Commit > Stage to commit* 
menu (I don't use git-gui, but found this information in this git-gui 
tutorial <http://matthew-brett.github.io/pydagogue/git_gui_windows.html>). 
If you're a bit comfortable with the command line, you can try git-add's 
interactive mode <http://git-scm.com/docs/git-add#_interactive_mode> (the 
-i or --interactive switch) which is very handy.

About ignoring files, you may have to manage your .gitignore 
<http://git-scm.com/docs/gitignore> files by hand as there doesn't seem to 
be an "ignore" feature in git-gui (see this SO post 
<http://stackoverflow.com/questions/22046808/how-to-ignore-files-using-git-gui-tcl-tk-application>
).

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to