git命令学习还在搜索?试试下面的命令
git help -a
git help -g
git设置credential.helper
git config --global credential.helper osxkeychain
git大文件命令
git lfs --help
git修改配置,指定文件
git config -f .lfsconfig lfs.url https://lfs.example.com/foo/bar/info/lfs
看看git在钥匙串里存了啥
git credential-osxkeychain get
看看lfs的环境变量
git lfs env
git提交代码 加描述
git commit -m "build success"
git子模块命令帮助
git submodule update --help
试试gitk,图形化界面
gitk