From 18507fd21b7a7709133d8f3049c683e1abffcda2 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Fri, 24 Jan 2025 10:35:59 +0530 Subject: jupyter update --- .local/bin/development/gitpush | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.local/bin/development/gitpush') diff --git a/.local/bin/development/gitpush b/.local/bin/development/gitpush index 0af8e20..7774a7b 100755 --- a/.local/bin/development/gitpush +++ b/.local/bin/development/gitpush @@ -8,13 +8,12 @@ push_to_remote() { esac git add --all - git commit - git push -u origin + git commit && git push -u origin } [ -z "$1" ] && { push_to_remote; exit; } for dir in "$@"; do - cd "$dir" || exit 1 + cd "$dir" || exit push_to_remote done -- cgit v1.2.3