5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/bin/bash
|
|
|
|
git add .
|
|
git commit -m 'changes'
|
|
git push |