Gistflow

  • login

github

Nothing to display jet.

History
Show

Display commits to github repo of a certain user by killthekitten

Ed7bc4d137dba9171b03d3f9b44d0086?size=52

It can be done via get query: https://github.com/rails/rails/commits/master?author=kirs

#github #git #log

January 27, 2013
Tweet
2

Happy 24 Pull Requests! by killthekitten

Ed7bc4d137dba9171b03d3f9b44d0086?size=52

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

December 2, 2012
Tweet
3

How to sync forked github repo with original by killthekitten

Ed7bc4d137dba9171b03d3f9b44d0086?size=52

It's pretty simple trick, but can confuse one who does not know the answer:

git remote add github git://github.com/gistflow/gistflow.git
git fetch github master
git pull github master

#git #github #forking

November 25, 2012
Tweet
2

automatically made pull request and add it to issue by cvb

45ae4438d56d8492f842d2d395ca8abe?size=52

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/'`
}

More under the cut

October 22, 2012
Tweet
3

Gistflow team at RailsRumble2012 by makaroni4

E302c3320cd14b02cbe237b479d7f884?size=52

Hi everyone!

Checkout our #railsrumble project for this year: http://gitfm.com

It's recommendations service for #github projects based on stars.

index What is inside?

October 14, 2012
Tweet
8

Nginx config for proxying Jenkins CI to subdomain by makaroni4

E302c3320cd14b02cbe237b479d7f884?size=52

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

September 27, 2012
Tweet
4

Configure github links instead of gitweb in gerrit UI by avsej

Dd70f9d8cc5f9ee488d68e7a787ba526?size=52

#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

September 9, 2012
Tweet
2

Commits flow by bolshakov

Bc5e8ad4fa9c924887327d33933f0d09?size=52

Latest commits flow from github: http://commits.heroku.com

#github

September 5, 2012
Tweet
3

Shorten gemfile syntax for github by releu

757fb0d5ec7560b6f25f5bd98eadc020?size=52
gem "cancan", :git => "git://github.com/ryanb/cancan.git", :branch => "2.0"

** magic **

gem 'cancan', github: 'ryanb/cancan', branch: '2.0'

#ruby #gem #gemfile #github

July 2, 2012
Tweet
3

github-markdown gem by releu

757fb0d5ec7560b6f25f5bd98eadc020?size=52

#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

June 27, 2012
Tweet
3

Create github repo from shell by vol4ok

7d9775039cdd23e8083e964eb21ae952?size=52
curl -u "YOUR_USERNAME" https://api.github.com/user/repos -d '{"name":"MY NEW REPO","description":"REPO DESCRIPTION", "private": false}'

#github #shell

May 11, 2012
Tweet
1

About

Join gistflow developers community

  • Start your developer blog in a minute.
  • Share code-related posts.
  • Follow users, subscribe for tags.
  • Use gist.github.com gists to write posts.

Sign up through GitHub

Tell friends about us

Tags

  • #ruby
  • #rails
  • #gistflow
  • #javascript
  • #activerecord
  • #gem
  • #git
  • #bash
  • #mac
  • #shell
  • #html
  • #rspec
  • #coffeescript
  • #github
  • #capistrano
  • Posts leaderboard
  • Tags cloud
  • Create issue
  • Email us
<g>

© 2013 Gistflow with Evrone