config

A simple configuration manager

Commit
90cc5a41a6e6fe941073045f769a2ae8bd600015
Parent
bfac06a2e3be00a20e27ceb18b6b2aeea50b66a4
Author
Pablo <pablo-escobar@riseup.net>
Date

Deprecated the push command

Diffstat

1 file changed, 0 insertions, 12 deletions

Status File Name N° Changes Insertions Deletions
Modified config 12 0 12
diff --git a/config b/config
@@ -92,18 +92,6 @@ get_pathspec()
 
 # Parse the commands
 case "$1" in
-  # Push the changes to all of the available remotes
-  push)
-    shift
-
-    # Push the changes to all remotes
-    for remote in "$(call_git remote -v | awk '/(push)/ { print $1 }' | uniq)"
-    do
-      call_git push "$remote" master
-    done
-
-    ;;
-
   # Add files to the list of files
   track)
     shift