GitHub Productivity Tips

  • “Suggested Changes” feature
    • tag suggestion
    • author can apply the suggestions with a commit
  • Navigate code tree
    • Octotree extension
    • note: you'll need to generate token to access private repos
  • Jump to a function when reviewing code
    • type t when looking at files
  • View the blame
    • type b to view the blame
    • vivid orange vertical bar indicate the freshness of the change

Source: 8 Productivity Tips for GitHub

你可能感兴趣的:(GitHub Productivity Tips)