I am developing an Index and we are using Git. Amont many reasons is to use the ticketing system…
Any idea?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just don’t push the non-public branches into a public repository. For the others, that should have access to your private branches I recommend to create a second bare repository, to that only you and the others have access to, for example within your local network. Another solution is, that they directly add your workcopy as remote repository.