Tagged Questions
2
votes
2answers
64 views
What could be the use of forking a repository in a github's organization?
I'm trying to figure it out some nice workflow for our company, and we have so far the main repository on the github's organization account and we all, the members of the team working on the branches ...
9
votes
1answer
338 views
What is proper etiquette for releasing a complete rewrite of an existing project?
I'm new to the opensource world. The project I'm working on resides on Github. (Just for reference) The project I'm working on is a plug-in for the Plex Media Server. I plan to submit my plug-in to ...
8
votes
1answer
492 views
What is proper etiquette and recommended GitHub workflow for simultaneously contributing to and diverging from upstream repo?
I'm new to GitHub and VCS in general. I've been programming in various languages for years, but I've always worked solo on custom projects (no public releases). I recently started using a jQuery UI ...
2
votes
3answers
313 views
Is there a purpose for using pull requests on my own repo if I am the only developer?
So I got started with a real project of mine on GitHub and things are going pretty well and ideas are flowing a lot faster than I initially thought. In order to keep things organized, I setup some ...
0
votes
2answers
155 views
Github Workflow: Pushing small fix branches to remote, or keep them local?
In Scott Chacon's workflow (explained eg in this SO answer), with essentially two silos (development, and master), if, say I have a small bug to fix (e.g. can be fixed with a few characters) is the ...
8
votes
3answers
818 views
Github Organization Repositories, Issues, Multiple Developers, and Forking - Best Workflow Practices
A weird title, yes, but I've got a bit of ground to cover I think.
We have an organization account on github with private repositories. We want to use github's native issues/pull-requests features ...
3
votes
2answers
283 views
How to transition a small team developing on a remote testserver from svn to git
At the company I work we use SVN. The SVN repository resides on the local server. When developing we commit the changes to SVN on the local server which transfers the changes via ftp to a testsite ...
4
votes
4answers
336 views
How can I get programmers to work together better on shared code with tests
We keep repeating "you have to pull first" (this is git and github by the way). Then you code a little, then get your tests to pass, then commit, then pull and push again. We give tutorial links, ...
6
votes
3answers
687 views
New cloud development workflow using Github, Cloud9ide and CloudFoundry
So time is changing towards cloud development/computing.
I'm trying to get the new "cloud" workflow based on the services I'm going to use: Github, Cloud9ide and CloudFoundry.
Here is what is on my ...