update
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd ~/Desktop/calender || exit
|
||||
|
||||
git add .
|
||||
|
||||
read -p "commit msg: " COMMITMSG
|
||||
|
||||
git commit -m "$COMMITMSG"
|
||||
|
||||
git push
|
||||
|
||||
cd ~
|
||||
Reference in New Issue
Block a user