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`
> - `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, Alex-P. Natsios (a.k.a Drakevr) ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
