Nov
25
GitHub Network Graph
There is a great article describing this Network Graph. https://github.com/blog/39-say-hello-to-the-network-graph-visualizer
I have no intent to repeat it here. Just want to say that It is very useful! It makes teams work very transparent.
Git and testing lab
You’ve got all your product on github, great! You have your local clone of github repository, even better!
But what will you do when your product is installed on testing virtual environment and you see a problem? Fix that on your dev machine in your local repository and then copy files to testing m
GitHub and ssh_agent
For communicating with remote github.com repository from your local clone you need SSH Keys.