如何将GitShell的命令转换为.bat文件?

时间:2013-08-21 12:08:18

标签: git windows github

我在Windows 8上,我安装了GitHub,还有一个GitShell。

我可以使用git add...,... git push在GitShell中将文件添加到GitHub,输入用户名,输入密码

但我对如何将其转换为.bat文件

知之甚少

如何使用.bat文件完成Windows上GitShell中的命令并将文件发送到GitHub所做的事情?

enter image description here

1 个答案:

答案 0 :(得分:0)

Windows 8.1上的方法:

将GitShell中使用的命令集放在安装了便携式GitHub的一个.Bat文件中。

运行.bat文件,你将一个“GitHub.nb”上传到GitHub,你可以使用一个程序来生成.bat文件,我用Mathematica来做这些事情。

你应该输入用户名和密码,你可以下载我的链接完整版中描述的助手来不做这些事情。

cd /d documents\github\hypergroups.github.com

git add"GitHub.nb"
git commit -a -m "something"
git push

pause

Full version is here