Questions tagged as 'github'

1
answer

Inaccessible folder in github

I'm uploading my site to github. Commands I've made: git init git remote origin master URL git add --all git commit -m "Primeiro Commit" git push origin master But git sends all files and folders to github, but a folder in specific "...
asked by 01.06.2017 / 21:53
2
answers

GIT - "import" content from another repo to a branch

My question is: I have a repository called "site-layout" with only the branch master, where I develop a layout with the bootstrap v4. I still own another repository called "site-old" also only with the branch master, where is the code of a...
asked by 13.02.2016 / 00:02
1
answer

How to delete an old Git commit?

guys, I was previously playing some stuff in git and I accidentally copied a folder with a file inside and commitei locally, then I deleted it and commitei the deletion locally, I was developing what I needed and committing, when I went to give...
asked by 22.05.2016 / 20:19
1
answer

I update index.html and delete files, but github does not update

I started a project on GitHub (I'm starting now with it), and everything was working perfectly. From one moment to the next, he stopped refreshing. I, within the GitHub site itself, delete files, change the contents of index.html and nothing to...
asked by 18.06.2016 / 17:44
1
answer

How to use the GitHub API in ASP.net

Good afternoon. I would like to know how to work with the gitHub API in ASP.NET. I've never worked with APIs before. PS. I can not use octokit Can anyone help me? Thanks     
asked by 26.11.2015 / 20:33
1
answer

.gitignore for multi projects - Visual Studio

Scenario I have a versioned project in github, I mounted a .gitignore file to make the project lighter and not unnecessarily versioning files, but I'm not having success. Note that my .gitignore file is at the root of the project. Doub...
asked by 17.04.2018 / 15:44
1
answer

Git checkout does not change local files / folders

I'm starting to get introduced to GIT. And I had a problem. Apparently, the checkout was not changing the local files. Let me explain better: My flow is simple, clone, change code, commit, push / pull, branch, checkout and some merges....
asked by 03.06.2014 / 22:54
1
answer

Error in git repository:

It looks like I made some mess with the underlying Git repository and it was broken, rendering it invalid. Error:    error: pathspec 'development' did not match any file (s) known to git. I used these commands but had no effect....
asked by 13.06.2018 / 15:57
1
answer

Is there a way to create a repository in GitHub with an already developed project?

My problem is that I have a project on GitHub and this project is being developed by me and two other people. However, all of a sudden, I really do not know what happened, my project that was all organized, stopped allowing you to commit, push a...
asked by 29.06.2015 / 21:43
1
answer

Error in Git, I can not push

I was giving push and this error occurred: error: src refspec master does not match any. What causes it? Could someone help me?     
asked by 23.03.2018 / 15:38