In my previous article we talked about how to use git and github. In this article we’ll talk about how to make a project that is based on another project.
The scenario: There is an existing open source project that you would like to use as the starting point for your new killer web 2.1 website. You are the bomb. I’m going to use one of my existing open source projects so you can all play along at home. h2.
Note:
Here we go:
Go to github and create a new repo.
git remote add stevenbristol git://github.com/stevenbristol/lovd-by-less.git
it pull stevenbristol master
git push
git fetch stevenbristol
git branch stevenbristol stevenbristol/master
git branch
git remote
git checkout stevenbristol
git pull
git checkout master
Thanks to Josh Owens who keeps answering my git questions and made this post possible.
If you wanted it to build a product you’d find a way to get time to work on it. If you really wanted to start that new hobby you’d sacrifice something to find the time and money to do it.
I'll define a "Wannabe Entrepreneur" as someone who has never made money from their businesses. Here are the different types of wannabes.
In the past few years I've built go-carts, built a 200+ sq ft workshop, written several eBooks. How do I create a life where I have time to work on side projects?
Receive 5 Software projects mistakes we have made over the years and how to avoid them.