Questions tagged as 'github'

0
answers

Update files from multiple servers with git automatically

I have a system that is used by several clients and each one owns its server, most of them being linux. I would like to update the files via git automatically, can anyone tell me if it is possible? I searched the internet but did not find any...
asked by 05.10.2015 / 15:20
1
answer

Conflict with GIT / Github Version Control for same branch and only one user committing

I am harduser and experienced programmer, however a problem has been occurring: for a private repository in Github, with only one user committing, eventually sending code I receive notice that it was denied , and that I need to give pull before...
asked by 05.02.2014 / 16:33
1
answer

Ignore all files except a specific one in GIT

I want to ignore everything from the "assets" folder except for the "xmutarn.js" file, so I tried .gitignore : !assets/script/xmutarn.js /assets But it does not work, how can I resolve it? My .gitignore looks like this: ## Files to ig...
asked by 18.10.2015 / 21:08
2
answers

Configuring GitHub [closed]

I would like help with how I configure GitHub on my Windows 10 32bit Operating System machine to upload my projects.     
asked by 03.08.2017 / 21:13
2
answers

How to do advanced searches on GitHub?

Is it possible to build custom operators / queries when searching for GitHub? GitHub provides the advanced search through an GUI , but also how there are searches # This can certainly be useful to any developer, taking as example third-p...
asked by 02.01.2017 / 21:38
1
answer

Repository Synchronization - GIT

Well, I'm working on a project in college and I had some issues with using git when syncing a repository. More precisely, I received the following usage instructions: The master branch is the primary and should never receive a test / unneces...
asked by 26.11.2016 / 02:17
2
answers

How to change project type in GitHub through Visual Studio [closed]

Well, I created a Reposótirio in the GitHub through VisualStudio However, by giving Commit/Push it was the type of project being JavaScript : But, I want to change it to be of type C# . How do I do...
asked by 26.12.2016 / 14:09
1
answer

Installing the Atom Text Editor

I discovered a new code editor recently, Atom , which is on the platform GitHub . My question is about installing this editor and about the documentation that give . Do I have to install Node.js or simply unload Atom and install? Q: I do n...
asked by 31.05.2014 / 13:53
1
answer

Can anyone explain the structure of Git with GitHub?

I'm trying to configure Git with GitHub, but I'm not getting anyone can help me with this? Windows 10 operating system. Example: I use Eclipse and my projects are created in the default directory C: \ Users \ Diego \ workspace \ on my local m...
asked by 09.06.2017 / 20:00
1
answer

Configuring Github in Eclipse

Can anyone help me with the configuration to integrate the Eclipse IDE with Github, so that I can upload my projects in development, and when necessary to do the import? I tried, but without success, if anyone has knowledge and can help me, I...
asked by 02.06.2017 / 03:31