Skip to content

Commit 657c392

Browse files
Minor Updates
1 parent ebf2137 commit 657c392

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

git.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
# This file is for easy git push
4+
5+
git add .
6+
git commit -m "${1:-Minor Updates}"
7+
git push
8+

set_git.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)