博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
git
阅读量:4582 次
发布时间:2019-06-09

本文共 340 字,大约阅读时间需要 1 分钟。

git config --global user.name ''

git config --global user.email 12@34.com

 

从github初始化本地项目:git clone ....

本地操作,添加git add,git commit,git push oringin master
从github同步:git pull
历史版本:git reset 版本号,git checkout 文件名
查看历史操作:git log

 

看一下git仓库的状态:$ git status

 

ssh-keygen -t rsa -C "24072078@qq.com"

转载于:https://www.cnblogs.com/skbarcode/p/8397859.html

你可能感兴趣的文章
C#-CLR各版本特点
查看>>
css3背景透明文字不透明
查看>>
《java JDK7 学习笔记》之接口与多态
查看>>
LeetCode 96:Unique Binary Search Trees
查看>>
kernel-char设备的建立
查看>>
DVWA-CSRF
查看>>
ubuntu common software introduction
查看>>
资源相互引用时 需添加 PerformSubstitution=True
查看>>
MapRedece(单表关联)
查看>>
蒲公英App开发之检测新版本
查看>>
【安卓基础】倒计时按钮封装(验证码倒计时按钮)
查看>>
configparser模块
查看>>
SelectQueryBuilder的用法
查看>>
android的用户定位(一)
查看>>
creat-react-app搭建的项目中按需引入antd以及配置Less和如何修改antd的主题色
查看>>
IIS安装
查看>>
html块级元素和行级元素的区别和使用
查看>>
for循环嵌套
查看>>
寒冬夜行人
查看>>
poj1151 Atlantis
查看>>