篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Salvare le modifiche sul repository相关的知识,希望对你有一定的参考价值。
#!/bin/bash
#scarica il progetto da git
git clone https://utente@bitbucket.org/sinerbit/nome_progetto.git
git checkout nome_branch
#aggiungi e committa i file in locale
git add nome_file.txt
git commit -m "Ho agginto un nuovo file"
#condividi le modifiche con il repository pubblico
git push
以上是关于sh Salvare le modifiche sul repository的主要内容,如果未能解决你的问题,请参考以下文章