<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-14294187.post1973812501939581498..comments</id><updated>2008-06-20T13:57:57.541+02:00</updated><title type='text'>Comments on Le blog d'Analogue: svn revert sous git</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.blogger.com/feeds/14294187/1973812501939581498/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14294187/1973812501939581498/comments/default'/><link rel='alternate' type='text/html' href='http://www.glop.org/blog/2008/06/svn-revert-sous-git.html'/><author><name>analogue</name><uri>http://www.blogger.com/profile/05835147131296068248</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-14294187.post-5293149284981694478</id><published>2008-06-20T13:57:00.000+02:00</published><updated>2008-06-20T13:57:00.000+02:00</updated><title type='text'>On peut aussi mentionner "git stash" qui peut être...</title><content type='html'>On peut aussi mentionner "git stash" qui peut être utilisé une fois que tous les autres fichiers ont été committés (un commit ça ne mange pas de pain dans git, on peut toujours le modifier).&lt;BR/&gt;&lt;BR/&gt;En ce qui concerne le "git revert", il applique simplement le patch inverse du commit spécifié, et enregistre un nouveau commit.  Pour annuler cette opération, il suffit de faire "git reset --hard HEAD~1" c'est à dire supprimer le dernier commit de la branche courante.  A utiliser avec précaution!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/14294187/1973812501939581498/comments/default/5293149284981694478'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/14294187/1973812501939581498/comments/default/5293149284981694478'/><link rel='alternate' type='text/html' href='http://www.glop.org/blog/2008/06/svn-revert-sous-git.html?showComment=1213963020000#c5293149284981694478' title=''/><author><name>Jean-Baptiste Quenot</name><uri>http://www.blogger.com/profile/05009942829916672633</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.glop.org/blog/2008/06/svn-revert-sous-git.html' ref='tag:blogger.com,1999:blog-14294187.post-1973812501939581498' source='http://www.blogger.com/feeds/14294187/posts/default/1973812501939581498' type='text/html'/></entry></feed>