+[9 years ago]tlkrrI will ask our client to add their SSH key onto their github account +[9 years ago]tlkrrthanks Zarthus +[9 years ago]Zarthuscheers +[9 years ago]FTTCSoo many macfags? O.o +[9 years ago]CarlFKwhen I type #36 in an issue, I see 36's issue title come up on the screen. is there some way to make that text part of the issue I am entering?
you want to git cherry-pick one commit to the other branch, or just redo the commit on one branch and delete the other if you want to do it via the ui
+[9 years ago]GurkenglasHow do I search a repository for uses of an operator? +[9 years ago]jhassclone it, use grep, ag or similar +[9 years ago]GurkenglasCan I make a page to link to someone that shows all changes that a pull request's "Files changed" page would show without making a pull request? +[9 years ago]jhassclick on branches in your fork, then on compare for the branch +[9 years ago]GurkenglasThanks.