Questions tagged as 'github'

1
answer

Remove Git binding in ASP.NET MVC Project

I started an ASP.NET MVC project and initially I used git for code control, but now I want to transfer to Team Foundation Services, how do I unlink my git project?     
asked by 20.05.2016 / 16:12
1
answer

How do I edit email in git?

I had put an email as default in the github account, and consequently in the global git config but the problem that I ended the yahoo account and included hotmail as main in the github settings, but, is giving that problem. I searched but did no...
asked by 01.03.2016 / 04:15
1
answer

Add AndEngine as a library for my project in Android Studio

I'm trying to import the AndEngine project by Github and then add the AndEngine Physics Box2D extension. I'm doing the steps: I created my project I installed Git and added the path C: \ Program Files \ Git \ bin \ git.exe...
asked by 20.01.2015 / 16:19
1
answer

GIT project interface for local server [duplicate]

Good morning, I'm looking for a GIT administration interface for a Linux server (Debian to be more specific), where it will be the repositories of the company's projects. I researched and found several on the internet, but none where resour...
asked by 02.01.2015 / 13:48
1
answer

Difference between commit made on github site and command line

Problem Different contributors to the same account in the repository. History When I created the repository, I uploaded some files through github's own site and the commits were registered as mine. However, when I made commits from...
asked by 13.12.2018 / 18:24
1
answer

How to use a Robots.txt on Github pages

I have a repository in GitHub and it has a site that is visible through github pages, but I want the search engines to only show the home page of the site. If it was a normal site I could add a robots.txt in the root folder, but github does not...
asked by 21.07.2018 / 17:06
1
answer

Git Bash is suggesting saving on the removable disk

Git Bash already starts on the removable disk, and all commands that need to create some folder it sends to this address that apparently is the default. I would like to know if you have any global command to set the workbook it will use?    ...
asked by 25.04.2018 / 00:22
1
answer

Contact Page works on GitHub Pages?

When designing a simple prototype of contact page, I remembered that there is a possibility that the project will be hosted by the GitHub servers. Example But I also remembered that hosting with GitHub only supports Front End process...
asked by 30.12.2017 / 00:18
1
answer

How to delete files from my remote and local HEAD from my git but not delete from my disk? [duplicate]

I have some files that I uploaded in my remote and local Git HEAD, but now I need to delete these files but I need to leave them in my local development environment. These files can not go to the remote because they are private files.     
asked by 30.10.2017 / 20:49
2
answers

I can not send files to the project in github

I'm trying to put a html page in the air, but nothing happens and the error appears in the git terminal:    Everything up-to-date Follow the commands I used: cd Desktop/ cd projeto-html/ git init . git remote add origin https://...
asked by 30.06.2017 / 04:30