Questions tagged as 'github'

3
answers

What files from a MEAN project should I send to GitHub?

I created a MEAN project in MVC and I'm trying to put it in GitHub, but I'm not sure what to send. If I try to send the folder all it gives error saying that there are more than 2 thousand files because of the modules of NodeJS, Bower, etc. So w...
asked by 23.09.2017 / 01:18
1
answer

How to use github live code for development, testing and demos?

How can I use GitHub code in real time in a demo or in development? When I try to use code in jsFiddle or jsBin I get the error:    Refused to execute script from https://raw.github.com/utilizador/repositorio/ficheiro.js because its MI...
asked by 31.01.2014 / 00:08
1
answer

Generate ssh key in git

I'm in need of some help! These days I was in college, committing some projects in my GitHub repository through Git , and uploading some files to the repository, when I was uploading the last one and give git push , gave a certain error:...
asked by 17.08.2015 / 09:09
1
answer

How to configure a project in Git and GitHub?

I have a project in GitHub called ProdRegex it does not contain any files, I have the project saved on my PC in the following path I have installed git on my machine, but I do not know how to configure the project on my machine to syn...
asked by 25.11.2015 / 03:28
1
answer

Commands to upload files to github

I'm trying to upload files to GitHub. I already created the directory and in GitHub I created the account. I can not establish a connection with GitHub when I enter the folder where it contains the file that I want to host and I type these co...
asked by 31.05.2015 / 19:14
1
answer

Change between branchs in the GIT and changes keep in the current branch

Well, I had a question and when I asked the question here on the same topic that I'm opening I answered myself but I decided to continue to help someone who might have the same doubt. My question was how to make changes to a branch and make t...
asked by 29.09.2015 / 22:16
2
answers

GIT: project with 2 versions in different clients and main branch

I have a question about the GIT organization. I have 1 project that will divide into 2 versions for different clients, I would like to maintain a main branch and that the generic changes would be made in this branch and replicated for the 2 v...
asked by 27.11.2017 / 14:16
1
answer

How to clone just a subdirectory of github

Assuming you have a dummy directory in github: link And within "Directory" have the subdirectories: link link Is it possible to clone only "sub1" without having to clone the entire "Directory" directory?     
asked by 30.06.2018 / 21:20
2
answers

Copy files from one remote to another using GIT

I have two remotes configured, the origin (repository in heroku) and github (repository in github). In my local repository I made several changes but I gave the push only in the origin, leaving the github without updates and commits. Now I would...
asked by 17.03.2015 / 18:34
1
answer

Insert graphics automatically into github pages

When creating a .md file for the _post folder of github pages with rstudio, the graphics generated with the R commands should be inserted one by one via the command: ![center](/nome_pasta_imagens_dentro_da_master/nome_da_figura.png) Or is t...
asked by 08.09.2016 / 00:29