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