git 设置代理
git 设置代理 git config --global http.proxy http://IP:1080 git config --global https.proxy https://IP
...Read more...
数人世相逢,百年欢笑.
git 设置代理 git config --global http.proxy http://IP:1080 git config --global https.proxy https://IP
...Read more...
git 分支 git checkout -b dev # 相当于 # git branch dev # git checkout dev vim newfile git commit -a -m
...Read more...
github 删除某个文件的提交历史 解决误传账号密码信息的情况 之前在https://github.com/liuhonghe/translate的脚本里,密钥什么的都写上了,其实也没什么,但
...Read more...
GIT 命令“从初学到专业”完整进阶指南 设置用户信息 $ git config --global user.name "Daniel" $ git config --global user.e
...Read more...
git submodule 使用 增加子仓库 # 添加父仓库 git clone https://github.com/liuhonghe/tmux-vimrc-zshrc # 进入父仓库 cd
...Read more...
github 小工具展示 JoelSutherland/GitHub-jQuery-Repo-Widget demo.html <!doctype html> <html la
...Read more...
99% 的时间只是使用这三个命令: git add --all git commit -am "<message>" git push origin master 经常使用的命令 如
...Read more...