+ [2015-02-04T23:49:29Z] VxJasonxV https://help.github.com/articles/changing-author-info/
+ [2015-02-04T23:49:34Z] wheresmypaaants NVM, thanks for pointing me in the right direction
+ [2015-02-04T23:49:54Z] VxJasonxV TIL; SpigotMC, Minecraft.

message no. 77608

Posted by gitinfo in #github at 2015-02-04T18:59:00Z

GunArm: That's a rather ambiguous question... options: a) make a commit that "undoes" the effects of an earlier commit [man git-revert]; b) discard uncommitted changes in the working tree [git reset --hard]; c) undo committing [git reset --soft HEAD^]; d) restore staged versions of files [git checkout -p]; e) move the current branch to a different point(possibly losing commits)[git reset --hard $COMMIT]?
+ [2015-02-05T00:07:03Z] thibaultcha VxJasonxV: Are you a Minecraft player?
+ [2015-02-05T00:40:53Z] gitinfo Welcome to #github, a place full of helpful gits. If you have a question, please just go ahead and ask -- and please give us some time to answer. For more info on this channel and #git, see http://jk.gs/git/. Take backups (type !backup to learn how) before taking advice.