ari.lt/git.sh

6 lines
82 B
Bash
Raw Normal View History

2021-09-05 02:21:11 +03:00
#!/bin/sh
git add .
git commit -m "update @ $(date)"
git push -u origin terminal