Questions tagged [github]

Hosting service for software projects using the Git revision control system. For questions about using GitHub web interface such as: how to use its search, pushing your branch or repository, wiki page formatting and directories, and syntax highlighting on README files.

GitHub is a hosting service that allows software developers and open source code contributors to build projects that use the Git revision control system.

The service builds upon a social networking type of atmosphere where developers can follow each other's activities and openly contribute to one another's repositories or projects.

GitHub offers both plans for private repositories and free accounts, which are usually used to host open-source software projects.

Related tags include:

and

401 questions
601
votes
5 answers

Strikethrough with GitHub Markdown

Using HTML tags is supposed to work with GitHub Markdown but, in particular, text is not working for me. It used to work on the now deprecated live preview page, but not on preview of README.md file. It works on wikis. I didn't find any…
Nevena
  • 6,121
  • 2
  • 16
  • 6
345
votes
6 answers

Where can I see all my comments on issues on GitHub?

Where can I see all the comments I wrote on issues on the GitHub website? https://github.com/issues only list the issues I have opened, and not the issues I have commented on.
Franck Dernoncourt
  • 19,429
  • 42
  • 122
  • 201
191
votes
6 answers

GitHub - What's this "Pro" tag on my profile?

I logged into GitHub today and found something new I hadn't seen before: What is this, and why did it begin to appear?
kingsfoil
  • 2,021
  • 2
  • 13
  • 8
141
votes
5 answers

How can I list people who have starred my GitHub repository?

I'm curious as to who has starred a GitHub repo of mine, so I'd like a list of users who have starred it. Is this possible to get?
strugee
  • 1,521
  • 2
  • 10
  • 7
118
votes
13 answers

How do I find the date of the first commit in a GitHub repository?

Given a GitHub repository, how can I quickly find the date of its first commit? I often want to know how old the project is, but I cannot find a quick way to get to the start of the commit histories for projects with very long commit histories.
Randomblue
  • 1,742
  • 6
  • 16
  • 24
114
votes
2 answers

What does starring a repository on GitHub do?

GitHub rolled out their new notifications and stars feature. But does starring do anything for a repository? Is it just to show support or interest? Is there any functional purpose to the user? If not, why should I use them? Do other users, or…
user13183
111
votes
12 answers

Any way to contact a user on GitHub?

I'd like to contact a developer on GitHub to see how I can help out, etc. I don't see the option anywhere.
Josh M.
  • 1,248
  • 2
  • 9
  • 10
89
votes
3 answers

Analytics on GitHub pages

Does GitHub provide some (native) way to track visitors on some hosted page (pages at *.github.io/project)? I know we can see traffic on GitHub repositories and I thought there would be some similar features for pages but couldn't find anything.
Weier
  • 1,181
  • 2
  • 8
  • 8
71
votes
3 answers

Can I associate a GitHub gist with an organization?

My team has a GitHub organization account. A lot of the work I do results in one-off scripts that we want to be able to have on our organization page but that aren't big enough projects to justify their own repository. Is there any way to associate…
Yahel
  • 1,457
  • 2
  • 11
  • 12
69
votes
4 answers

Am I allowed to host a commerical website on GitHub Pages?

Can I host my company's website on GitHub Pages, if I wanted? Are there any restrictions on what you can and can't use GitHub pages for? We don't get a lot of traffic, so I don't think bandwidth is the issue. I'm interested from a legal perspective.
Mark Bubel
  • 809
  • 1
  • 6
  • 6
67
votes
0 answers

What does a star with PRO in purple mean in a GitHub user account profile?

I just saw this on a GitHub account, but I have no idea what it means. How do I get one of these?
user
  • 524
  • 1
  • 6
  • 12
60
votes
3 answers

How do you update a GitHub repo fork in the web interface?

I have a Github repository that I forked from some other project several months ago. It is now several months later and the original master repo has changed. I would like to update my repo to reflect those changes. Is this possible in the Github web…
Jake Wilson
  • 837
  • 1
  • 11
  • 16
50
votes
7 answers

Can I trick GitHub into displaying the PDF in the browser instead of downloading it?

When viewing a PDF file on GitHub, there seems to be no way to have the browser simply display the file as opposed to downloading it. None of these links work, and these are the only ones I'm able to get to (or derive from the behaviour of working…
Sean Allred
  • 647
  • 1
  • 6
  • 10
44
votes
4 answers

Markdown to insert and display an image on GitHub repo

According to the GitHub documentation, the Markdown syntax for inserting an image is: ![GitHub Logo](/images/logo.png) Format: ![Alt Text](url) Following their example syntax, I can't seem to be able to make it work. Even the GitHub logo example…
nic
  • 8,884
  • 28
  • 80
  • 135
41
votes
4 answers

How to search with boolean operators on GitHub?

GitHub has a search system, building on elastic search that has many advanced features like searching for repositories or users. Using Google, I can search GitHub for alternatives. The search syntax of GitHub however only covers the negation…
Bengt
  • 513
  • 1
  • 4
  • 8
1
2 3
26 27