Git一些常用命令 命令 Remote git remote set-url origin git@github.com:xfans/VirtualApp.git git push origin master Upstream git remote add upstream git@github.c... Posted on: 2018-01-28 2020-03-30 Author: xfans Categories: Linux Tags: git, github Leave a comment: Git一些常用命令
使用SVN下载GitHub单个目录内的文件 背景 有时候需要在GitHub上下载单个目录里面的文件,而不需要去克隆整个项目,太大的项目克隆起来太慢。 解决方案 GitHub是支持SVN访问的,所以可以使用SVN下载单个目录。 下载master分支 复制浏览器地址栏中的地址,如: https://github.com/bum... Posted on: 2018-01-11 2018-01-11 Author: xfans Categories: Android Tags: github, svn Leave a comment: 使用SVN下载GitHub单个目录内的文件