Sean Hudgston

Sean Hudgston

Sean Hudgston is well-balanced fellow who lives and works in Syracuse, NY, after originally growing up amongst the hill people of the southern suburbs. He works as a software engineer at NaviSite where he has added Python to his box of programming implements. Sean has a B.S. in Computer Science, and when not doing things related to that, he enjoys brewing beer, making coffee, growing hops, cooking, disc golf, mowing his lawn, and playing guitar or bass as the situation may warrant.

Sean Hudgston

In Part 1 of this series I introduced the basics of using Git – creating repositories, adding files, committing files, and using the Git’s log and diff tools to view a timeline of your changes.... Read More
Thumbnail
In Part 1 of this series I introduced the basics of using Git – creating repositories, adding files, committing files, and using the Git’s log and diff tools to view a timeline of your changes.... Read More
 
Thumbnail
Git is a (distributed) version control system. What is that? A version control system is software that allows a programmer to track and manage the history of a project, where such a project could be... Read More