Skip to content

Commit

Permalink
git.sh file added
Browse files Browse the repository at this point in the history
  • Loading branch information
skpaik committed Jan 18, 2024
1 parent 5f7f287 commit 5da75e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions git.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
git add .
git commit -m "git.sh file added"
git push origin main

0 comments on commit 5da75e5

Please sign in to comment.