Save the code below as a file somewhere on your hard drive (we are assuming the name export.sh in this example). #!/bin/bash cd $1 git add -A git commit -m ...
確定! 回上一頁