In [ ]:
%%writefile index.html
<!DOCTYPE html>
<html>
<head>
<title>Blog</title>
</head>
<body>
# coding adventures
testing
</body>
</html>
In [ ]:
%%bash
git add --all :/
git commit -a -m 'save'
git push origin master
In [ ]: