Questions tagged as 'github'

1
answer

Disabling eol on bitbucket

As versioning tools I use Bitbucket and Sourcetree. It just seems like they get lost in the eol, saying that same files are different. It seems to me that the solution is to disable eol in .gitattribute But I can not ... Does anyone have a...
asked by 08.10.2015 / 22:22
1
answer

Compare Working Directory file with remote repository file

How to compare a local file, in the Working Directory, with an existing file in a remote repository, for example GitHub? I need to identify changes made to a local file compared to the version in GitHub. I have not yet run the git add comma...
asked by 10.04.2015 / 21:16
1
answer

What is a git diff, how to do it and what is it for?

I have a problem with my project. I make contributions to a git project, and when checking the Master branch, I saw that there are missing some methods that have in a branch, but do not have in the Master. I do not know how many and which are...
asked by 13.08.2018 / 14:57
1
answer

What is keybase proof? [closed]

Recently I've seen some gists with a content called keybase proof Is this some way to prove identity? How does it work? NOTE: I know that this question may not be considered a theme for the site, but it is something related to github, so I...
asked by 28.06.2018 / 20:28
2
answers

Is there a way to "link" specific content from one repository to the other?

I have a program that needs some DDLs , these DDLs are available in another Git, also in GitHub. So, would it be possible for my library link such a file to such a repository? To be more specific, there is a DDL ( github.com/ c...
asked by 16.09.2018 / 10:41
1
answer

How to work with fork of a project?

I made the fork of a project, made the changes, made the push to my repository in Github and there I generated a pull request for the repo of the original project. After a few days I decided to make a new contribution, however, the original r...
asked by 12.03.2018 / 19:04
1
answer

How to work with release in git?

Is GitHub's release feature a platform or Git resource? I ask this because I did not see this feature on Bitbucket.     
asked by 09.03.2018 / 22:25
1
answer

Block commits on GitHub

I have a repository in GitHub and recently my friend friend also started to help me in this repository, I wanted to know if I have to reject his commits or something like     
asked by 07.11.2017 / 20:11
1
answer

Spring Boot application not initializing in Heroku

I have the following open source application: people-on-map-site . And I have an account with Heroku and this project integrated with the GitHub repository. However, when Deploy appears, these messages appear in the logs: The build is...
asked by 10.12.2016 / 21:15
1
answer

Failed to connect to github.com port 443: Connection timed out

I'm trying to do a git push, or git pull, and half and aft it throws this error: fatal: unable to access 'https://github.com/tiagoferezin/meuRepositorio.git/': Failed to connect to github.com port 443: Connection timed out What can be happe...
asked by 02.06.2016 / 19:33