-
More Git
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2022 - March/April
Sahil demonstrates more features of Git, this time covering Stash, using remote effectively to improve collaboration, forking and merging (the happy path), triangular workflow (using upstream) and managing/resolving conflicts.
-
The Basics of Git
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2022 - January/February
Sahil discusses Git and how to get started with Git; love it or hate it, it works and we all use it for source control. Learn some Git tips and tricks to use it better.
-
The Simplest Thing Possible: Git and Visual Studio
Last updated: Tuesday, August 31, 2021
Published in: CODE Magazine: 2014 - November/December
John installs Git and explores how Git and Visual Studio streamline even a novice’s work.
-
Introduction to Ruby on Rails
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2011 - July/August
Ruby on Rails is an open source web development stack with a large developer base. Last year, Ruby on Rails reached a critical milestone with the release of Ruby on Rails version 3.0. For more information about Ruby on Rails I recommend checking out www.rubyonrails.org. You can find installation information, documentation and links to other resources on this site. This article will demonstrate how to get up and running with Ruby on Rails with help from the RailsInstaller.
-
Git for Subversion Users
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2011 - May/June
Git has some similarities to Subversion, but it’s in the differences that Git shines. Derick looks at some of the features that Git provides, for which Subversion has no equivalent.
-
Git, from a Developer's Perspective
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2010 - July/August
What is Git? Git is a content-addressable file system wrapped in a version control system.That may sound complicated, but code snippets sometimes speak louder than words: