cryptocont23/git.sh

5 lines
54 B
Bash

#!/bin/bash
git add .
git commit -m "Commit"
git push