Questions tagged as 'github'

2
answers

How to create my own composite package in github?

I never distribute a library using a repository with composer, I have no experience with this, what I tried to do is was to create a folder structure like this: ./ |-- composer.json |-- src/ |-- Test/ |-- Foo.php In the% r...
asked by 24.11.2015 / 20:57
2
answers

Problem to publish project - GitHub

I'm trying to publish a project in GitHub, but every time I give a git push the message appears: error: src refspec source does not match any. error: failed to push some refs to 'https://github.com/user/project.git' I have seen some...
asked by 12.06.2014 / 23:19
1
answer

Git, Doubt when I commit

I have a question about using git, and I would like the help of you. I have the following situation: I'm developing a new feature in my application, but I did not complete it completely. Let's assume that I'm developing on the pc at home....
asked by 18.10.2017 / 04:52
2
answers

.gitignore delete all folders except one

I need to make a .gitignore delete all the folders except one. Example: Library/nao_ignorar Library/ignorar Library/ignorar Library/ignorar ....     
asked by 07.12.2014 / 03:52
1
answer

How to use a GitHub project as the basis for a new one?

I'm trying to use the angular-phonecat project as the basis for a new project, and make modifications on top of it, because the structure is very similar to what I want to develop and so I would not have to configure and download everything I...
asked by 07.06.2016 / 18:13
3
answers

How to give permission for other users to upload content to my project on GitHub

I'm doing an academic job and I created a project and wanted each member of the group to create a branch and upasse part of the code used in the work, however when someone tries to create a branch in the project and upar some code will a...
asked by 31.08.2018 / 19:48
2
answers

How to update / synchronize the master of my repository in github with the original master

Using the command line, how can I update / synchronize my master with the original master where I made fork . What different ways and options are the best, and how the history is affected / recorded.     
asked by 31.01.2014 / 08:34
2
answers

Error doing push origin master on github

I'm having the following error in github when I'm going to push.    Please make sure you have the correct access rights   and the repository exists. I created the repository and as I was already with the project I created, I did: git re...
asked by 18.03.2017 / 02:55
1
answer

Delete folders in Github

I commited my project to github and after a while, some folders would not have to be there anymore. I have knowledge that it is possible to manually delete github, but for this to happen, I need to delete file by file to the sumir folder. The...
asked by 26.01.2016 / 12:17
1
answer

Get git through proxy

I'm setting up my work environment here in the service. It is windows 7 and has a proxy with username and password. I want to download a project from my repository in Github and need to go through the proxy. I'm doing everything for the...
asked by 30.04.2014 / 16:24