Skip to content
robbyrussell edited this page Sep 13, 2010 · 20 revisions

Tab-completion:

  • cap (tab)
  • rake (tab)
  • ssh (tab)
  • sudo umount (tab)

Git:

Dynamic access to current branch name with the current_branch function.

  • git pull origin $(current_branch)
  • grb publish $(current_branch) origin
Clone this wiki locally