• Stars
    star
    124
  • Rank 286,018 (Top 6 %)
  • Language
    Shell
  • Created over 15 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Git Bash Completion

#Git Completion A bash completion script for git.

To install on linux

Simply copy git-completion.bash into /etc/bash_completion.d/
That should run automatically.. if not, in your .bashrc file add the following line
. /etc/bash_completion.d/git-completion.bash

To install on MacOSX

You'll need to create the bash completion directory first.

mkdir /opt/local/etc/bash_completion/
cp git-completion.bash /opt/local/etc/bash_completion/

The coolness

When you git<tab><tab>


add                 cherry              diff                instaweb            rebase              show-ref
am                  cherry-pick         fast-export         log                 relink              st
annotate            ci                  fetch               lost-found          remote              stash
apply               citool              filter-branch       ls-files            repack              status
archive             clean               format-patch        ls-remote           request-pull        submodule
bisect              clone               fsck                ls-tree             reset               svnimport
blame               co                  gc                  merge               revert              tag
br                  commit              get-tar-commit-id   mergetool           rm                  up
branch              config              grep                mv                  send-email          var
bundle              convert-objects     gui                 name-rev            shortlog            verify-pack
checkout            count-objects       imap-send           pull                show                whatchanged
checkout-index      describe            init                push                show-branch

More Repositories

1

el.js

native javascript class and methods to create dom objects
JavaScript
250
star
2

send-keys

Simulate key presses in your capybara tests
Ruby
53
star
3

clojure-blog

A simple clojure blog with posts, admin routes, basic-auth and mysql db connection to go with http://markgandolfo.com/#/article/clojure-blog-tutorial
Clojure
12
star
4

nerdtree-fetch.vim

Download a file from within NERDTree using wget/curl
Vim Script
10
star
5

cakephp_named_route

CakePHP Named Route
PHP
7
star
6

associated_with

Ruby on Rails check if object1 is associated object2
Ruby
6
star
7

cakephp-googlemaps-helper

Shows a map, at zoom level and can add markers.. pretty simple really!
PHP
6
star
8

railsbridge_bugmash_bot

Bug Masher Bot for Railsbridge
Ruby
6
star
9

jquery.ie6Warning

Show a div to ie6 users, allow them to click to hide. usefull if you want to ask users to upgrade, etc.
JavaScript
4
star
10

dotfiles

my dotfiles
Shell
3
star
11

stringify_time

Convert string to minutes, and minutes to human readable string
Ruby
3
star
12

cakephp_cycle_css

Cakephp Cycle helper like the rails cycle command
PHP
3
star
13

jquery.tabbify

A simple tab plug, that will hold state when a user leaves the page/site
JavaScript
2
star
14

Quotes-Database

A simple quote database, to be used at work to keep track of the stupid and funny things people say
Ruby
2
star
15

editable

Content Editable with some local storage
JavaScript
2
star
16

curl.tmbundle

Textmate bundle to download files from the interwebs using curl
2
star
17

jquery.resize

Set maxwidth for image, if its larger it'll be resized down
JavaScript
2
star
18

Controller-Action-Media

Automagically Includes javascript and stylesheet files based on controller action
Ruby
2
star
19

find_list

Find List is a ruby on rails plugin to return an array from activerecord in a format that f.select likes
Ruby
2
star
20

android-blackpoint

Blackpoint game in Android, following libgdx tutorial
Java
1
star
21

vbulletin_bridge

Vbulletin ActiveRecord Bridge
Ruby
1
star
22

array_practice

A few array lessons for newbies
Ruby
1
star
23

MG-Editor

MG-Writer - A simple note taking app
JavaScript
1
star
24

toy-robot

Toy Robot Exercise
Ruby
1
star
25

vimfiles

Vim Script
1
star
26

seo-meta-tags

A gem to help build a collection of meta tags
Ruby
1
star
27

forum

A simple forum - in development.
Ruby
1
star
28

rust-lexical-analyzer

A lexical analyzer that builds an AST "tree"
Rust
1
star