What are some of your github tips you would like to share with other Devs? It does not need to be git commands, could be a infrastructure or how you use GitHub projects etc.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (6)
I took a page out of Drew Barontiti's playbook and set up a repo for Documenting code snippets. Anytime I come across something handy, I'll toss it into my Documents repo for later use. It's a much more organizational way of keep track of useful pieces of code.
Original Article - drewbarontini.com/articles/documen...
That's general advice but I think the "default" Git(Hub) workflow should be this:
Issue > Fork > Branch > (Work) > Rebase (if needed) > PR > (Discussion & more work if need be) > Merge
IMHO that's the easiest (for you and for the original dev) way of contributing to a project using Git(Hub).
Other random things from experience:
Here is my fav github tip:
Use
oh my zsh
with github enabled plugin, It provides info on which branch you are and if there is diff etc..If you are following git workflow then I would suggest to make
develop
as default branch.When you are looking at the source code just press
t
to search(fuzzy) any file by nameI also recommend to use
oh my zsh
as suggested byJoe Hobot
git branch
GitHub Extensions to Boost Your Productivity
Nick Karnik
Communication/organization tool tips:
Tools I use to stay on top of Github's notifications
Mac Siri