/dlworkshop-AWS

Deep Learning with Python workshop on AWS

Primary LanguageJupyter Notebook

dlworkshop-AWS

Deep Learning with Python workshop on AWS

Push an existing repository from the command line

$ git add .

$ git commit -m "update for git commit test"

$ git push origin master

使用强制push的方法: $ git push -u origin master -f