随笔分类 - Git
摘要:一.脚本下载 init.sh #!/bin/bash cd code for dir in $(ls) do cd $dir git config --local receive.denycurrentbranch ignore echo $dir cd .. done gitShare.sh #!
阅读全文
摘要:git本地共享的时候,客户端可以用。 1. git log //找到commit的版本号 2.git reset --hard <版本号> //撤回到需要的版本 3.git push --force //强制覆盖之前提交的版本
阅读全文
摘要:https://www.codercto.com/a/45325.html
阅读全文

浙公网安备 33010602011771号