zoukankan
html css js c++ java
[译]Atlassian Git系列教程
国庆期间把Atlassian的Git系列教程看完了。边看边翻译了相关文章。
原教程:
https://www.atlassian.com/git/tutorials/
我翻译的:
git init
git clone
git config
git add
git commit
git status
git log
git checkout
git revert
git reset
git clean
git commit --amend
git rebase
git rebase -i
git reflog
git remote
git fetch
git pull
git push
using branch
merge vs rebase
reset, checkout和revert
git log进阶
查看全文
相关阅读:
React.render和reactDom.render的区别
CSS中position的4种定位详解
React.js入门必须知道的那些事
JS处理事件小技巧
React.js深入学习详细解析
React.js实现原生js拖拽效果及思考
Linux ./configure && make && make install 编译安装和卸载
Redis set集合结构及命令详解
Redis数据过期策略
Redis TTL命令
原文地址:https://www.cnblogs.com/irocker/p/atlassian-git-tutorials.html
最新文章
Spring Boot 2.4 部署你的第一个 Spring Boot 应用需要的环境
Spring Boot 2.4 从早期版本进行升级
转!!MAC和PHY的区别
转!Java关键字final、static使用总结
转!大端模式&小端模式
转 java int与Integer的区别
转!论if else与switch的效率高低问题
java 枚举
html标签
为什么const对象只能调用const成员函数,而不能调用非const成员函数?
热门文章
c++中嵌套类,外部类访问内部类的私有成员变量
为什么c++中返回成员变量的指针,会破坏了封装?
PIVOT 用于将列值旋转为列名
Ext.net
EXT.NET入门必读
mysql中多个left join子查询写法以及别名用法
广告名词解析
庆祝博客开通
JVM内存结构
Java内存模型
Copyright © 2011-2022 走看看