Questions tagged as 'github'

5
answers

Differences and advantages between GitHub and GitLab

Good afternoon. Today I became aware of GitLab, I saw that many heavyweight companies use it as NASA and SpaceX, and would like to know what are the differences of it with GitHub, main advantages and disadvantages in using it, whether it is wort...
asked by 26.07.2017 / 21:01
4
answers

What is a github for github?

What is the purpose of a gists in github ? How does it differ to a repository?     
asked by 30.07.2015 / 15:23
4
answers

How to delete a local and remote Git branch?

I want to delete a local branch and in my remote project in GitHub.     
asked by 05.05.2015 / 17:46
4
answers

What is the issue for Github?

In Github I noticed that there is an option called issue . I've already asked questions there, but I noticed that there are some specific tags for a issue (which does not seem to be just a question). After all, what's t...
asked by 03.12.2015 / 12:48
3
answers

Error typing GIT PUSH

I'm on my machine and I want to upload the files on my local machine to my repository at github.com . I have already executed the commands git add , git commit and only need to upload them. When I run git remote -v , it...
asked by 15.03.2017 / 19:01
3
answers

Can I upload folders along with the code in GitHub?

I've already put codes in my repositories in Github once, but now I'm messing around with Netbeans using HTML5, and I have other folders like CSS, Javascript, and the like. Is it possible, when uploading the code, to upload these folders too?  ...
asked by 19.07.2017 / 22:21
2
answers

How to work efficiently with branch in git?

I'm trying to define a working schema to keep my repository in GitHub organized, but it's hard to come up with a solution. My "idea": I thought about keeping the branch master (default) and develop in the remote repository. The mas...
asked by 10.03.2018 / 00:04
1
answer

fatal: Not a git repository

I created a repository in GitHub and then I was playing files by Git using cd C:\Users\Nikolai\Desktop\exercicios-c git remote add origin https://github.com/NikolaiCinotti/exercicios-c.git git push -u origin master And I got the error:...
asked by 17.08.2016 / 21:35
1
answer

What do these words mean in Git / GitHub: fork, clone, track?

I have just started using Git and until this week I only used the Visual Studio interface. After several problems with Git through the interface, I started solving some things on the console, so now I'm really having to learn Git. I find several...
asked by 29.07.2016 / 20:26
1
answer

How to create a webhook in Gitlab to update a mirror repository in Github?

I would like to create a webhook in Gitlab to update a mirror repository in Github whenever there is a push . I looked up this demo page , but I did not quite understand how to do it. My version of Gitlab is 6.5. Here is the configurat...
asked by 19.02.2014 / 13:41