🏦 Use personal Slack for GitHub notifications

GitHub is a pretty decent cloud based Git repository. I would put it in my top 2 along with GitLab. ...

<span title='2016-07-12 00:00:00 +0000 UTC'>12 July 2016</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Steve Hunt

🤔 How I work with Git

I really enjoy introducing people to Git. Pretty much without fail they see how much better their development work-flow can be and find their work more enjoyable as a result. This is especially true if they are coming from a TFS background. See how I work with Git and TFS. However, with pleasure comes pain. For Git, that pain is in getting over the learning curve. The size and steepness of the curve varies depending on previous experience of Version Control Systems. In my experience, TFS does not provide a good base knowledge to work from as it tries to hide as much as possible from the user. Clearly Git is doing a lot for you too but the way it works is more exposed. For example, even the most basic of things like adding files into the index can seem strange to a TFS user. ...

<span title='2016-04-06 00:00:00 +0000 UTC'>06 April 2016</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;Steve Hunt