Skip to content

Commit

Permalink
Get a list of filenames modified according to git status
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmartin committed Dec 14, 2015
1 parent 5720546 commit 6b017e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ alias gup='git smart-pull'
alias gl='git smart-log'
alias gm='git smart-merge'
alias gb='git branch -rav'
alias fmod='git status --porcelain -uno | cut -c4-' # Only the filenames of modified files
alias ajax="curl -H 'X-Requested-With: XMLHttpRequest'"

alias be='bundle exec'
Expand Down

0 comments on commit 6b017e5

Please sign in to comment.