Skip to content

Instantly share code, notes, and snippets.

@marcelgruber
Last active March 8, 2019 00:50
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 marcelgruber/aeec7d8c99102bd167a358d4bfcb2766 to your computer and use it in GitHub Desktop.
Save marcelgruber/aeec7d8c99102bd167a358d4bfcb2766 to your computer and use it in GitHub Desktop.
Github Tips and Tricks

Github Tips and Tricks

Did you know that Github, since being acquired by Microsoft, now supports unlimited private repos?

You can import Bitbucket repos simply by providing a clone URL AND IT ADDS ALL OF THOSE CONTRIBUTIONS TO YOUR PROFILE, IN CHRONOLOGICAL ORDER!

Contribution Settings

Now that you've imported your private repos into Github (BitBucket is crying right now), let's bolster up your contribution stats.

In your profile, you can show private repo contributions on your profile graph! You can also show an activity overview.

The App Marketplace

Github now has a marketplace! Some of the best apps are FREE code analysis tools!

Some notable free analysis apps are:

  • Codacity
  • Better Code Hub
  • CodeFactor

Security:

  • Snyk

Optimization:

  • ImgBot (pull requests optimized image files!)

Things you should be doing regularly

  • Create gists for personal notes that could help some people.
  • Star and follow repos that interest you so Github can recommend other helpful repos to you.
  • Make simple contributions to your favourite repos like updating the readme.md files -- this can really go a long way in helping beginners!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment