Merge branch 'master' of https://git.yauk.tv/jay817/wiki
This commit is contained in:
@@ -97,10 +97,7 @@ commit() {
|
||||
}
|
||||
|
||||
git() {
|
||||
if [[ "$1" == "diff" ]]; then
|
||||
shift
|
||||
command git diff --staged "$@"
|
||||
elif [[ "$1" == "remote" ]]; then
|
||||
if [[ "$1" == "remote" ]]; then
|
||||
shift
|
||||
command git remote -v "$@"
|
||||
elif [[ "$1" == "status" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user