Browsing Tag

git

Quick Tip: How to Work with GitHub and Multiple Accounts
videos

Quick Tip: How to Work with GitHub and Multiple Accounts

So you have a personal GitHub account; everything is working perfectly. But then, you get a new job, and now need to have the ability to push and pull to multiple accounts. How do you do that? I’ll show you how!

The Perfect Workflow, with Git, GitHub, and SSH
videos

The Perfect Workflow, with Git, GitHub, and SSH

In this lesson, we’ll focus on workflow. More specifically, we’ll use the helpful GitHub service hooks to automatically update a project on our personal server whenever we push updates to a GitHub repo.

GitHub Pages and Auto-Updating Demos FTW: New Premium Tut
plusvideos

GitHub Pages and Auto-Updating Demos FTW: New Premium Tut

In this Premium tutorial, we’ll learn a handful of neat tricks. Firstly, we’ll learn how to use the new online editor, Cloud9, to access, edit and update a GitHub repository from any computer in the world. Next, we’ll review GitHub pages, and how they can be used to dynamically display live previews of your repositories. Finally, we’ll add in another layer of convenience, and redirect these GitHub live previews to our custom domain.

Sign up for Tuts+ Premium to view this video tutorial, as well as hundreds of other advanced tutorials and screencasts.

Quick Tip: First Look at the “Git Tower” GUI
videos

Quick Tip: First Look at the “Git Tower” GUI

Newly available in Public Beta (currently), Git Tower is a Mac app, built in Cocoa, that provides a GUI for working with the Git version control system. One of the most frequently asked questions on Nettuts+ is, “What’s the best GUI for working with Git?” It’s no wonder: Git can be incredibly confusing at first. In today’s video quick tip, we’ll take a first look at this new app.

Getting Good With Git: New Rockable Book

Getting Good With Git: New Rockable Book

If you’ve been writing code for any length of time, you’ve probably found that experimenting with different ideas for your code and keeping different versions of pieces of a project isn’t always easy to organize. Furthermore, you want to code, not manage files. You should be using Git, a version control system. And now, with my newly-released Rockable Press eBook, Getting Good with Git.

A Visual Introduction to Git: Premium Screencast
plusvideos

A Visual Introduction to Git: Premium Screencast

Many of you might be aware that Nettuts+ recently launched the book, “Getting Good with Git.” However, sometimes, when it comes to scary code and the command line, a visual guide proves to be more helpful for some (including me). If you fall into this camp, we’ve asked the author, Andrew Burgess, to also prepare a screencast, exclusively for our Premium members on the subject! Gain access to this screencast series, as well as many others by becoming a Premium member.

And, everyone: don’t forget to download “Getting Good with Git” for free…but only for the rest of October!

Getting Good with Git: Free eBook!

Getting Good with Git: Free eBook!

Those of you who follow us on Twitter may have heard that, for the last few months, we’ve been preparing an exclusive ebook on Git (the most requested topic). I’m pleased to announce that the project is now complete, helmed by assistant Nettuts+ editor, Andrew Burgess! For the entire month of October, “Getting Good with Git” is 100% free to all.

Git is confusing — really confusing! Make things easier on yourself and grab this free ebook.

Terminal, Git, and GitHub for the Rest of Us
videos

Terminal, Git, and GitHub for the Rest of Us: Screencast

So you’ve read the tutorials, and still can’t manage to figure out this stuff? What is Git – and why do we even need it? If you fall into this category, much like I did at one point, I’ve recorded a video tutorial that hopes to teach you exactly how to get started. Rather than feeling your eyes blur over as you attempt to comprehend code snippets like “git push origin master,” relax, and let me explain it to you as best as I possibly can!

Getting the Hang of GitHub

Getting the Hang of GitHub

A project is always more fun when you’ve got friends working with you, but how can do it when working on a coding project? I’ll keep my keyboard to myself, thanks.

Enter GitHub. With this web service, you can share your coding projects and collaborate with ease!

Easy Version Control with Git

Easy Version Control with Git

Have you ever worked on a project that was so unwieldy, you were scared to update a file or add a feature? Maybe the problem was that you weren’t using a version control system. In today’s tutorial, we’ll learn the basics of what might possibly be the best VCS in the world: Git.