Questions tagged as 'github'

3
answers

Can anyone see my projects on Github?

Personal greetings I'm starting there with the concepts of GitHub and would like to know when I put my project there it is accessible for all people with the option to download. If yes,      Is there a way to remove this download option? I...
asked by 03.10.2016 / 15:26
2
answers

How to leave a "Default" language in GitHub?

This is a project made in Ruby , however, as I used the Twitter BootStrap , it presents JavaScript as the predominant language, since it is the language that predominates in the repository. Can you force the default language to be RUBY ?...
asked by 15.01.2014 / 13:27
1
answer

How to make multilingual README.md for Github?

In one of my projects in git, the file README.md is in English, so I made another called README-pt.md and a link to navigate between them, for example : [Read this page in English](http....README.md) [Leia esta página em portugu...
asked by 14.05.2014 / 20:28
2
answers

Workflow Git using GitHub?

I need to learn how to clone a github project to my local computer and, after making the necessary changes, send the modifications back to the remote project. Basically the workflow of git using GitHub. I'm using linux (ubuntu) and would li...
asked by 25.05.2015 / 19:14
1
answer

How to perform automatic pull with Git?

Imagine that I have an environment for testing a web application, where there is a cloned GitHub repository that goes right inside the server, and any modification in it already results in a real-time modification when the user accesses the same...
asked by 21.12.2014 / 17:50
1
answer

How to keep an updated git repository with another?

I have two repositories in GitHub, the second one being a clone of the first, and for the time being private (for security reasons). I cloned this second on my machine so I could work on it, but besides my own commits I also need to keep it u...
asked by 12.11.2015 / 01:54
1
answer

How to clone / download a repository with only the last commit?

I have read a while ago that it is possible to clone a repository in a more performative way just by downloading the last commit, that is, downloading the repository without previous changes to other commits. How can I do this?     
asked by 09.01.2015 / 16:46
1
answer

Markdown not working on README on Github?

Just put for example in the file README the symbol # before a title that Github automatically transforms to h1 or has to configure or download something for Markdown to work.     
asked by 04.08.2017 / 21:41
1
answer

How do I create a homepage for my GITHUB libraries?

Generally, when we enable github page for a given package, a url is generated for you to publish documentation about a particular library in Github . In case, if my account is called username and the lib library, yo...
asked by 13.04.2016 / 13:47
2
answers

What's the difference between "Issues" and "Pull Requests"?

In a GitHub repository, what's the difference between the "Issues" and "Pull Requests" section?     
asked by 22.11.2018 / 23:58