Github使用技巧总结

<config>

PyCharm与GitHub配置使用总结 

 

<readme>

在github的readme添加图片

github readme写法 

GitHub上README.md写法总结

 

<bug>

bug 1:push of current branch was rejected remote changes need to be merged before pushing

ref

出错原因:

是因为远程repository和我本地的repository冲突导致的,而我在创建版本库后,在github的版本库页修改了文件,但是却没有pull到本地。这样就产生了版本冲突的问题。

 

从远程获取:pull

 

上传到远程 

1.vcs->git->commit file

2.push

posted @ 2018-08-22 23:05  lightmare  阅读(254)  评论(0编辑  收藏  举报