Skip to content

Commit

Permalink
Renaming aliases. Removing migrated commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
I. Chupryna committed Feb 11, 2016
1 parent aa2c2f9 commit 71708eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 17 deletions.
17 changes: 0 additions & 17 deletions git/aliases.txt

This file was deleted.

12 changes: 12 additions & 0 deletions git/notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
##think about
http://durdn.com/blog/2012/11/22/must-have-git-aliases-advanced-examples/
https://gist.github.com/mwhite/6887990

## Open Git config in editor
git config --global -e

##git commit alias ex: git ac "Message"
ac = !git add . && git commit -am

##undo commit
undo-commit = reset --soft HEAD~1

0 comments on commit 71708eb

Please sign in to comment.