Skip to content

Instantly share code, notes, and snippets.

View miobit's full-sized avatar

Miobit miobit

View GitHub Profile
@miobit
miobit / Using Git
Created February 27, 2018 10:05
GIT cheatsheet
Source of this cheatsheet: https://gist.github.com/hofmannsven/6814451
Global Settings
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
Interactive Beginners Tutorial: http://try.github.io/
Show folder content: ls -la
Notes
Do not put (external) dependencies in version control!