Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 311 Bytes

File metadata and controls

12 lines (8 loc) · 311 Bytes

Tips for Git and Github

git clone wiki

To clone a wiki, Github gives a url of the form https://git@github.com/<more_stuff>. Modify the url to be git@github.com:<more_stuff> to clone using ssh. Simple but hard to find.

View older version of a file without checkout

git show REVISION:/path/to/file