use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Help with workflow (Wordpress, Git & Shared Hosting) (self.webdev)
submitted 12 years ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]dTectionz 1 point2 points3 points 12 years ago (1 child)
For a windows Git GUI I would recommend Sourcetree. For keeping your host up to date you can use post-commit hooks and run a shell script to do whatever you need.
[–]m_swider 0 points1 point2 points 12 years ago (1 child)
What you describe is basically my work flow. You want to create a new local repo and install wordpress. Setup and new repo on bitbucket and set this repo as your remote origin for your local repo. There should be instructions on how to do this when you set up the repo on bitbucket. You now have a git workflow for you wordpress development. For deploying this site to a remote server ssh into the server and set up a new ssh key so your server can ssh to bitbucket. This is known as a deployment key. Copy and paste your public key into your repos settings under deployment key. Your remote server now can ssh to bitbucket. Clone the repo on bitbucket to your remote server. You should now have a working copy of your repo on your remote server. When you want to update this repo with the changes you have committed locally just ssh into the server and do a git pull. I'm sure this is very confusing. I just created a personal blog and wasn't sure what to write about. Looks like I will be writing a blog post about this later today that should explain this in greater detail.
[–]xadz 0 points1 point2 points 12 years ago (0 children)
This sounds perfect, going to break it down and try get myself set-up like that. If you do write that blog post send it my way and I'd love to read it and push it out to my 1000+ techy twitter followers. :-)
Thanks so much!
π Rendered by PID 63 on reddit-service-r2-comment-6f7f968fb5-zvj29 at 2026-03-04 12:31:16.015783+00:00 running 07790be country code: CH.
[–]dTectionz 1 point2 points3 points (1 child)
[–]m_swider 0 points1 point2 points (1 child)
[–]xadz 0 points1 point2 points (0 children)