github
Nothing to display jet.
Nothing to display jet.
It can be done via get query: https://github.com/rails/rails/commits/master?author=kirs
If you're looking for an Open Source project to contribute - december is a great time for you to make 24 Pull Requests. More under the cut
I'm tired of making pull requests by hand, so I decided to encode issue number in branch name, in my case it's iISSUENUM-branch-name
and made function
function gpull {
git pull-request -i `git status|head -n 1| sed -r 's/# On branch i([0-9]+).*/\1/'`
}
Hi everyone!
Checkout our #railsrumble project for this year: http://gitfm.com
It's recommendations service for #github projects based on stars.
Recently we installed Jenkins on #gistflow to run our tests (though we use #travis_ci since #gistflow is an open-source project).
Jenkins runs on port 8080 by default but and it is much better to create subdomain for #jenkins like ci.your_domain.com. nginx config under the cut
#gerrit supports configuring custom repository browsers apart from gitweb and cgit. This snippet shows how to configure #github to jump to patches from the gerrit. More under the cut
Latest commits flow from github: http://commits.heroku.com
#github doesn't say about it and google doesn't show much, but it is!
This is a gem for GFM (Github Flavored Markdown) - improved standard markdown.
Github uses it for wiki, readme, comments, etc. More under the cut