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

原文地址:https://www.cnblogs.com/lightmare/p/10398792.html