Relative Content

Tag Archive for github

Managing multiple people working on a project with GIT

I’m very new to GIT/GitHub (as new as starting yesterday). I would like to know what is the best way to manage multiple people working on the same project with Github. Currently I’m managing one project with four developers.

Why should I push if I’m working alone in a local repository?

I’m interacting with Git through GitHub for Windows, which is funny since I’ll never push my repository to GitHub. I’m working on it alone and it’s intended to be used only by me. I noticed that my commits are listed under “unsynced commits” and under “history” it says “no commits”. Which brings me to the question, what will I achieve by pushing except my commits listed under “history”?

How can I get an anonymous user to submit bugs on a private GitHub project?

Our company has a private GitHub repository for the project I’m working on. After a full summer of work, it looks like we’ll be launching this week (wheee!). However, I want to include a “submit a bug” link in the program that leads to a form somewhere where the user can fill out a form that becomes an issue for us on GitHub. Googling around hasn’t found any solution (or someone who has the same problem).

How can I organize personal Git repositories?

I’m in the process of setting up a GitHub account with the plan of making a pair of libraries I developed as parts of some recent iOS projects freely available for other iOS devs to use.