Commit Graph

12 Commits

Author SHA1 Message Date
Nick Nisi
b38cba7b1e RTFM updated to use hub alias command 2012-06-20 09:24:56 -05:00
Nick Nisi
accc2e3f69 [git] checking for existence of hub
if hub is present, alias git to hub

hub can be installed on os x using homebrew - `brew install hub`

https://github.com/defunkt/hub
2012-06-20 09:19:32 -05:00
Nick Nisi
0b22ee40f6 updating pager 2012-06-07 09:19:01 -05:00
Nick Nisi
8a240bb218 Added au for json, git alias
+ added git alias for showing the files that were changed/added/removed
for a specific commit
+ added au for json to make it show as JavaScript in vim
2012-05-30 15:02:55 -05:00
Nick Nisi
cb49151837 Added diff --cached aliases
diff --cached will show the diff of files I have already staged
2012-05-07 15:38:51 -05:00
Nick Nisi
f7398605f5 Updated git aliases
+ changed gs to git status
+ made gss git stash save
+ added gd for git diff
2012-05-05 17:49:30 -05:00
Nick Nisi
893e98c2e7 added comment description of function 2012-05-04 15:07:31 -05:00
Nick Nisi
1313ed78ee Renamed git/aliases.zsh to git/git.zsh
+ Added a function to the file to allow for easier renaming of files

Changing the case of a filename is difficult in git because git does not
track case-sensitivity changes to a filename. I added a function which
simply does a `git mv` got a temporary file name and then does a `git
mv` to the desired filename.
2012-05-04 15:03:22 -05:00
Nick Nisi
d1397b5609 Adding submodule aliases to gitconfig 2012-05-02 17:33:14 -05:00
Nick Nisi
e387343082 Moving git aliases over to git dir 2012-04-30 23:26:18 -05:00
Nick Nisi
96cc9a727a Updating gitconfig 2012-04-30 21:38:36 -05:00
Nick Nisi
a2ce0c7860 Restructuring & cleaning dotfiles, install script 2012-04-30 18:34:37 -05:00