Github integrates seamlessly with Git (a version control system), making it a great way to maintain a backup of your repositories while keeping track of changes. Furthermore, because Github is in the cloud, you can work on projects from anywhere and share with colleagues. Let's get started with this fantastic tool and learn about some of its key features! Step 1 - Git Git is a version control system and is probably already installed on your computer. If not, follow these instructions: … [Read more...] about Github Repositories: Let’s Get Started!
Git
Front-end Development Workflow Adjustments
I've recently updated my front-end development workflow to include an improved process for version control. Prior to this change, I would make a copy of any file I was going to edit. I could revert back to that copy in case anything got messed up. With Github, I am better able to keep track of edits. Additional Github bonuses include: work on projects from anywhere using multiple computers; collaborate with people; share files; and control how other people's edits get incorporated into my files. … [Read more...] about Front-end Development Workflow Adjustments