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