Questions tagged as 'github'

1
answer

How to join multiple commits from the same file?

I made three commits in the same file using git commit arquivo.ext -m "msg" . I realized that these three commits would be better together, as if they were a single commit. Can you do this even after git push ?     
asked by 26.11.2017 / 19:24
1
answer

Github pages and rstudio

I'm using Rstudio to create my documents in the format .Rmd and render in .md with the following function: rmarkdown::render("2016-09-07-post1.Rmd",output_format = "md_document",encoding = "UTF-8") The .md genera...
asked by 07.09.2016 / 15:22
1
answer

Error: "update were reject because the remote work that you do not have locally"

I'm trying to store a project for GitHub by git, but when I use the command: git push oringin master Displays this message:    Updates were reject because the remote work that you do not have locally. This is usually caused by another re...
asked by 27.03.2016 / 03:59
1
answer

What files should be inserted in .gitignore in a Rails project?

I'm starting in Git and also in Ruby on Rails. I created a new project using rails new myapp -d mysql and added it to my GitHub repository. When creating the project rails generates several files. So far so good, but it turns out that...
asked by 26.05.2015 / 16:03
1
answer

.sass files do not compile

I'm working on a project using Jekyll with Github Pages. I'm trying to use a .sass file, saving it in the _sass folder, using the syntax recommended by jekyll's website: --- --- .page-header background: #333 padding: 1em...
asked by 15.10.2014 / 04:24
1
answer

HEAD detached at origin / master

I started studying shortly, Git, and I was creating a branch, but I ended up creating more branch than I wanted. So I was deleting the branch I did not want with the command line: To delete the branch locally: git branch -D <nome do br...
asked by 26.01.2018 / 13:57
1
answer

Login error while trying to upload Android Studio project to GitHub by IDE [closed]

I tried uploading my Android Studio project to GitHub, but it is giving me a login error. I have confirmed my login and password and they are correct. Does anyone know how to solve it? I searched on Google and did not find the solution. The mess...
asked by 08.04.2018 / 03:08
1
answer

How can I publish all the git branchs at once to my remote repository in github?

I have several branches that I created in my git (aula1, aula2, aula3) that are variations of the same index.html file, but when I go to github I can only send the master Is there a way to send all the branches at once?     
asked by 06.02.2018 / 11:39
1
answer

Import github code into eclipse Oxygen

I have a code that I would like to import into my eclipse through the zip download, however at the time of importing the following error    No projects are found to import How to import a Java project from github to my eclipse...
asked by 04.05.2018 / 05:00
1
answer

Is it possible to integrate tests with SELENIUM IDE in Github?

I have some tests with SELENIUM IDE and would like to integrate it with a repository in Github. Is it possible?     
asked by 20.09.2016 / 19:53