Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@waterlink
Created November 6, 2014 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waterlink/f7853e5c253121e32ab2 to your computer and use it in GitHub Desktop.
Save waterlink/f7853e5c253121e32ab2 to your computer and use it in GitHub Desktop.
Some tips
  • Use CONTRIBUTING.md for github to show a link when creating a pull request
  • http://tom.preston-werner.com/2010/08/23/readme-driven-development.html
  • git checkout - to switch to previous branch (that way you can switch between 2 branches forth and back)
  • The first commit of a repo, as the first commit cannot be rebased later: git commit -m "init repo" --allow-empty
  • git status -sb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment