DEV Community

Discussion on: Share your GitHub Tricks and Tips

Collapse
 
amit_savani profile image
Amit Patel • Edited
  1. If you are following git workflow then I would suggest to make develop as default branch.

  2. When you are looking at the source code just press t to search(fuzzy) any file by name

  3. I also recommend to use oh my zsh as suggested by

    joehobot image
    . It has many aliases to make you more productive. Also you will see current branch with it's status on the console all the time. So no need to go and check git branch