极简git工作流

  1. commit

    tips:大文件传输:

  2. fetch

  3. pull


Git与GitHub.com

Git\\usr\\bin\\bash.exe 在命令行中调用即可进入 Git-Bash

目的:文档、代码版本控制;公开发布;多人协作。

主要方法:(git)不同想法|理解方法对应不同的brunch,合理的保留(obsidian)电子化笔记。本地文档(同步?云)每次完成工作进行上传,还是自动同步?

网络问题:git单独使用的网络,需要配置。

git config --list
git config --global user.name "xxx"

git config --global http.proxy socks5://127.0.0.1:10808

git config --global https.proxy

git config --global core.compression 9 最大程度压缩

git config --global -e 查看配置

Untitled

git clone --depth 1 --single-branch <repository-url>

注意重启git,v2ray及相关网络。

Git和GitHub的一些基本操作|多人协作