5 lines
87 B
Bash
5 lines
87 B
Bash
cd assets
|
|
git add .
|
|
git commit -m 'update assets' --amend
|
|
git push -u origin master -f
|