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

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

git init      //初始化

git add .    //当前文件夹所有东西添加进去(后边的点表示该页面所有)

git status   //查看当前的状态

git commit -m"(添加所注释内容)"  //提交

git reset --hard caa...  //回退到该caa...

git log   //提交日志

git reflog //操作日志

git reset --hard caa...  //回退到该caa...

{

每次回退修改后提交需要

git add .

git commit -m"注释"

}

git remote add origin https://用户名:密码@github.com/ys233/test.git  //创建远程的链接

git push -u origin master//上传

转载于:https://www.cnblogs.com/yuanshuo/p/7137577.html

你可能感兴趣的文章
Swift UIView动画animateWithDuration
查看>>
Maven 集成Tomcat插件
查看>>
css中的line-height问题
查看>>
nagios监控配置
查看>>
我的友情链接
查看>>
Linux运维学习笔记之二:常用命令1
查看>>
snort安装常见问题及解决方法
查看>>
在ubuntu系统安装jdk
查看>>
很久没写了
查看>>
我的友情链接
查看>>
Cisco DHCP snooping
查看>>
Cacti部署SOP
查看>>
Extjs - Panel组件
查看>>
收集参数及反转过程
查看>>
PPTP××× 数据分流
查看>>
我的友情链接
查看>>
mongodb 索引
查看>>
dhcp服务的讲解和在Linux环境下的搭建
查看>>
PHP fopen和fwrite函数实现创建html页面
查看>>
Citrix 宣布 XenServer 全面开源
查看>>