Arc Forumnew | comments | leaders | submitlogin
1 point by akkartik 3584 days ago | link | parent

"Don't bother trying to copy and paste a diff from GitHub though. I think you'd have better luck at a command line, even if it means learning several commands. (I'm not sure I know all the right commands myself though. >.> )"

True. I coulda sworn github had a raw view. Was that just for snapshots?



2 points by rocketnia 3584 days ago | link

They have a raw view for files, but I haven't seen one for diffs.

-----

2 points by akkartik 3584 days ago | link

Yeah. BTW, the command for viewing a commit is 'git show'. In this case:

  $ git show b683a84a68

-----