Improved importing to bitbucket
Earlier, I wrote about a way to import an exisiting git project into bitbucket. I’ve since discovered a much easier way to do this using git’s own commands. Instead of having to use git’s daemon mode and have bitbucket import your repository, you should setup a new bitbucket repository and push to it. Assume you […]