+[8 years ago]gitinfodh128__: 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]? +[8 years ago]tobiasvldh128__: forking a previous commit doesn't make sense. you want to fork a repository and !revert back to a previous commit? +[8 years ago]dh128__never mind, i'm back to hosting on discord because all i really need is the option to clone +[8 years ago]dh128__ty though +[8 years ago]hoangwhat?
I just got code merged into the maintaner's branc
+[8 years ago]ShalokShalomhi there :) +[8 years ago]Schwarzbaer__Hi. I've created an SSH keypair, and added th public part on GitHub via the web interface. Now how do I configure my local repo so that it uses the right key file (it's not id_rsa) and the right username for the ssh connection to GitHub? +[8 years ago]Schwarzbaer__...of course my google-fu gets stronger just from asking... Adding the key file to the ssh agent. +[8 years ago]joebobjoegithub for mac app shows 3 uncommitted changes but git status says nothing to show +[8 years ago]joebobjoefor https://github.com/aosabook/aosabook