git-helper:GIT快速帮助命令

时间:2021-04-15 19:15:28
【文件属性】:
文件名称:git-helper:GIT快速帮助命令
文件大小:1KB
文件格式:ZIP
更新时间:2021-04-15 19:15:28
git repack 设置远程GIT git init  git add .  git status  git commit -m "First commit"  git remote add origin git@github.com:xxxxxx/xxxxxxx.git  git remote -v  git push -u origin master 将密钥添加到github cat ~/.ssh/authorized_keys cat ~/.ssh/known_hosts 同步GIT git remote update git fetch从远程下载最新版本,而无需尝试合并或重新设置任何内容。 git fetch -- all 删除未跟踪的文件 git clean -f -d 重置分支/文件 git reset --hard origin/master强制放弃本地更改
【文件预览】:
git-helper-master
----readme.md(1KB)

网友评论