On 16/03/13 12:59, Alex-P. Natsios wrote:
> Greetings from the Quite cold  but sunny Thessaloniki(gr),
> 
>> - `svn st --no-ignore DIR | grep ^\? | cut -c 2- | xargs rm -fr`:
>>   remove all unknown files in the repository
> unless you want something complicated that would be:
> `git clean -df`

Use 'git clean -dfx' to also remove all the untracked files that git
usually ignores - these are the files listed in .gitignore.

Some of those may affect you:
/po/Makefile.in.in
/po/Makevars.template
/po/POTFILES
/po/Rules-quot
/po/boldquot.sed
/po/en@boldquot.header
/po/en@quot.header
/po/enlightenment.pot
/po/insert-header.sin
/po/quot.sed
/po/remove-potcdate.sed
/po/remove-potcdate.sin
/po/stamp-po

>> - `svn revert -R DIR/`:
>>   remove all changes done to the local branch, since the last `git pull`
> same here unless your needs are complicated this would be:
> `git reset --hard HEAD`


Regards,
Daniel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to