Thanks for the input and help.  Git is new for me, so this was
helpful.

The 'project' is a Rails project

On Oct 13, 11:40 am, Markus Prinz <[EMAIL PROTECTED]>
wrote:
> On 13.10.2008, at 19:57, GitHub Support wrote:
>
> > `gitstatus` should tell you any uncommitted changes and untracked  
> > files
> > also.
>
> I've got a nifty little alias I found on the internet for such  
> occasions (I can't remember where so I can't give proper credit). It  
> works similar to Mercurials addremove command:
>
> !addremove() {gitadd .;gitls-files --deleted | xargsgitrm; };  
> addremove
>
> This adds any files (both tracked and untracked) to the index, and  
> marks any files you've deleted (without usinggitrm) as such in the  
> index.
>
> You can add it like this:
>
> gitconfig --global alias.addrm '!addremove() {gitadd .;gitls-
> files --deleted | xargsgitrm; }; addremove'
>
> regards, Markus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to