Questions tagged as 'github'

2
answers

Error Attempting to upload my project to Git Hub

What I want to do is upload the process of a project that I have to my github but at the moment of doing it by means of cmd it marks me an error that I have not been able to solve. I do not know what that error is because I can not get...
asked by 28.08.2016 / 05:09
2
answers

Create a branch without files from an existing repository.git

I want to create a branch without files for an existing repository. What I have done, is this: make a new branch erase everything (less .git and .gitignore , that is, the files of my project, not those of control or those...
asked by 14.03.2017 / 19:16
1
answer

Project contain folder has gray color

Uploading my project to a repository in GitHub , I have encountered the inconvenience of uploading all folders except one, the www , which contains the project. I try everything but it is not possible to upload the files contained in th...
asked by 15.08.2016 / 23:55
1
answer

Project of a branch of git?

How do I download (clone) and upload changes to a branch in git? I have been using git for a while, to download the latest version I used git -pull and to upload my changes I did it with git push but I overwrote the changes to the...
asked by 04.05.2017 / 10:46
3
answers

How do you download a git hub project from a previous version to the last one?

How can you download an earlier version of GitHub from the project? Assuming it's a version that does not have an associated tag, for example, at some point in last week's story.     
asked by 10.03.2017 / 03:49
1
answer

Obtain repositories of a GitHub user with Javascript

How about? I wanted to make a query because I'm wanting to show the repositories of a GitHub user and I do not know what is not right ... In the console is not pulling any error. The Javascript code is this: function getRepositorie() { va...
asked by 03.11.2018 / 21:35
2
answers

Consultation about git

I have a remote repository link In the same host where I am located I had created the repo and pusheado, I asked for the nickname and password and I could click. Clone the repo link on the same host, modify some things and pusheo (but...
asked by 22.09.2016 / 15:13
2
answers

Difference between "push" and "push to upstream" in plugin (native) GitHub Netbeans

I work with netbeans and the github tool that comes with the new versions of this IDE brings those 2 options and I still can not tell their differences. Thank you.     
asked by 06.05.2016 / 07:51
1
answer

Project in git for macOS and Windows

I have a workstation at home under macOS, and then a laptop under Windows. I have started working with git to be more productive, but the problem has been when after creating a web project in the imac with npm using bootstrap, font-aweso...
asked by 18.03.2018 / 03:13
3
answers

How to upload a project to a repository different from the one that was cloned?

I have a project to clone from a git repository, now I want to upload it to my github account to work it from there, the question is: how do I upload it to a new git server? I tried to add it but it always redirects me to the old server     
asked by 16.12.2017 / 02:42