Skip to content

Commit

Permalink
Alias git for untrack/track command
Browse files Browse the repository at this point in the history
  • Loading branch information
jwreagor committed Mar 11, 2015
1 parent a5c9668 commit 73a25d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
up = submodule update
wipe = reset --hard
zip = !git archive --verbose -o `pwd`-`date \"+%Y%m%d%H%M%S\"`.zip
untrack = update-index --assume-unchanged
track = update-index --no-assume-unchanged
[core]
editor = emacsclient
[apply]
Expand Down
5 changes: 3 additions & 2 deletions config/git/ignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
*.xcworkspace
*~.nib
.DS_Store
.DS_Store
.bin
.bundle
.bundle
.chef
.emacs.desktop*
.local-aliases
Expand All @@ -27,6 +25,8 @@
.envrc
.rbenv-vars
.ruby-version
.local.gems
.local.gems.lock
.envrc
CVS
TAGS
Expand All @@ -35,3 +35,4 @@ coverage
rdoc/
vendor/bundle
xcuserdata
config/configstore

0 comments on commit 73a25d8

Please sign in to comment.