今天学习github的使用,主要是配合git使用,在github创建仓库后,在想要clone的文件夹下右击git bash here,然后输入输入命令git clone 需要克隆的仓库url,克隆完成之后,将要提交的文件helloworld.java复制到此文件夹下,然后再git add helloworld.java 命令, 然后 git commit -m "this is onr" ,然后git push即可。
今天学习github的使用,主要是配合git使用,在github创建仓库后,在想要clone的文件夹下右击git bash here,然后输入输入命令git clone 需要克隆的仓库url,克隆完成之后,将要提交的文件helloworld.java复制到此文件夹下,然后再git add helloworld.java 命令, 然后 git commit -m "this is onr" ,然后git push即可。
本文标题:2017.3.31
本文链接:https://www.haomeiwen.com/subject/favvottx.html
网友评论