git手顺
Posted have-a-try
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git手顺相关的知识,希望对你有一定的参考价值。
国内镜像下载地址:
https://github.com/waylau/git-for-win
设置用户名
git config --global user.name
设置邮箱
git config --global user.email
查询用户名和邮箱
git config user.name, git config user.email
创建本地仓储repository
git init
提交
git commit -m “message”
创建SSH
ssh-keygen -t rsa -C "mail"
github上设置ssh
关联本地仓储
git remote add origin “adress”
连接一次保存用户名密码
git config --global credential.helper store
用vscode git插件
以上是关于git手顺的主要内容,如果未能解决你的问题,请参考以下文章
markdown lubuntu LTS 18.04.2Sインストール手顺
markdown CentOS6.7または7.1でのphpenvインストール手顺
html Webサイトにつけるウィジェットをiframeで作る基本的な手顺ref:http://qiita.com/ikuwow/items/4343a252d1ff8b4e26a7