Skip to content

Instantly share code, notes, and snippets.

View vishesh-baghel's full-sized avatar
👋
are you participating in any hackathon ? Count me in!!

Vishesh Baghel vishesh-baghel

👋
are you participating in any hackathon ? Count me in!!
View GitHub Profile
@vishesh-baghel
vishesh-baghel / git-push-script.sh
Last active December 1, 2023 11:31
Automation scripts for git
RED=$(tput setaf 1)
GREEN=$(tput setaf 2)
YELLOW=$(tput setaf 3)
RESET=$(tput sgr0)
push() {
validate_parameters $1 $2
if [ $? -eq 0 ]; then