From 1a55d131a79a9b7db59ff3456031e5720a418ab3 Mon Sep 17 00:00:00 2001 From: Abhiraj Roy <157954129+iconized@users.noreply.github.com> Date: Mon, 3 Jun 2024 03:49:26 +0530 Subject: [PATCH] :test_tube: test(maintain): push with conventional commit Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com> --- push | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 push diff --git a/push b/push new file mode 100755 index 0000000..752d327 --- /dev/null +++ b/push @@ -0,0 +1,19 @@ +#!/bin/bash + +# Iconized + +pull_from_github(){ + git pull +} + +push_to_github() { + ezcommits + git push -u origin master +} + +main(){ + pull_from_github + push_to_github +} + +main \ No newline at end of file