Bash/Git: Refactor Git aliases, remove aliases exists in git-extras.

This commit is contained in:
Artem Sapegin
2012-12-14 20:01:18 +04:00
parent ab3cb53a00
commit 9fbc0e4bb3
7 changed files with 65 additions and 68 deletions

View File

@ -31,10 +31,10 @@
* *oo* → open .
* *marked* → open -a marked
* *e* → subl
* *gh* → github
* *+x* → chmod +x
* *md <dir>* → Make directory and `cd` to it.

View File

@ -32,27 +32,15 @@ Simple one-line-per-commit log.
Log with list of changed files for each commit.
### git ignore <file mask>
Add new item to `.gitignore`.
### git this
Initialize Git repo in current folder and commit all files.
### git append
### git-append
Add all staged files to previous commit.
### git undo
Undo last commit withould loosing any changes.
### git conflicts
### git-conflicts
List of files with unresolved conflicts.
### gr
### git-root (or gr)
Jump to root folder of Git repo.
@ -70,7 +58,7 @@ Add remote upstream.
### git-upstream [branch]
Sync branch with upstream.
Sync branch (`master` by default) with upstream.
## [git-friendly](https://github.com/jamiew/git-friendly)