0
votes
0answers
23 views

Github - newsfeed functionality to watch commits made to followed repositories?

GitHub allows users to "watch" and "star" repositories. But neither of these buttons gives me an option to follow pushes to these repos that would appear in my news feed - GitHub homepage when I'm ...
2
votes
1answer
148 views

Why doesnt github update my contributions section when i commit?

I made 3-4 commits on a single day to my repo using the Mac client for Github but the contributions section on my profile page doesnt update itself with changes in varying shades of green. Why does ...
2
votes
0answers
24 views

Github “Network” page: How to center on last commit (not just last commit to master)

I use Github's "Network" page a lot: https://github.com/nicolas-raoul/Anki-Android/network Unfortunately it centers on the latest commit to master, and we do most of the work in branches, so the ...
4
votes
1answer
149 views

Merge commit from different fork of the same repo in GitHub

How can I apply pull request that was made for a parent repository of my fork into codebar of my fork. Not sure anyone can understand this question :), I'll try to explain with an an example. There ...
3
votes
2answers
415 views

Upgrade gist to full GitHub project without commandline or IDE

I've been using GitHub's gist feature for some very lightweight HTML + CSS + JavaScript experiments. I don't have git on my laptop either as a commandline tool or via some IDE. (I'm hitchhiking ...
8
votes
2answers
3k views

How to delete a file and folder from github.com repository using github.com's web interface?

How to delete a file and folder from github.com repository using github.com's web interface? I searched on Google but haven't found any answer. I have found about how to do using commands but I ...
7
votes
1answer
399 views

Online tool showing network graph (as seen on Github) for any Git repo without having to clone?

I love Github's Network graph because it allows to see at a glance what are the trends of a Git repo, without having to clone that repo locally. PROBLEM: It only works for Github-hosted repos, as ...
4
votes
1answer
119 views

Can I enforce a password strength requirement for my team on GitHub?

I am concerned to let any team member in with a weak password on my dev team but I do not see a way to enforce that as a requirement in GitHub. Is this possible? The concern is that a team members ...
4
votes
2answers
2k views

How to Remove GitHub Pages?

I was playing about with my git repo and tried the GitHub pages feature but I'm not sure how to get rid of it. The check box on the repo admin is disabled.