user1114
user1114

Reputation: 1169

Linking actual website to github

I have a site. I have local dev repo, an online github repo, and the live site (hosted by GoDaddy).

I want to do exactly what this person wants: linking github to my server

Can I do the remote repo thing with Godaddy? Any hints? (I'm a beginner at git stuff)

Thanks

Upvotes: 1

Views: 4360

Answers (1)

Ben Rolfe
Ben Rolfe

Reputation: 51

This guide explains how to set up a remote and connect to a repo on your server: http://toroid.org/ams/git-website-howto

However, I haven't tried it. I'm also a git beginner, and it terrified me a little, so I'm sticking with a manual FTP step, for now. Good luck!

Upvotes: 2

Related Questions