学习第六十二行

git下面,其中 username为手机号,pwd为密码,合并有快速合并和完整合并,分支多方面处理文件,遇到报错不要慌,git push origin master直接解决,代码先add到暂存区后commit到本地仓库,再传到remote factory(gitee)。同时,不妨养成这样一个好习惯:在执行 git commit命令之前先执行 git diff HEAD命令,查看本次提交与上次提交之间有什么差别,等确认完毕后再进行提交。

start a working area (see also: git help tutorial)

clone Clone a repository into a new directory

init Create an empty Git repository or reinitialize an exi

work on the current change (see also: git help everyday)

add Add file contents to the index

mv Move or rename a file, a directory, or a symlink

reset Reset current HEAD to the specified state

rm Remove files from the working tree and from the index

examine the history and state (see also: git help revisions)

bisect Use binary search to find the commit that introduced

grep Print lines matching a pattern

log Show commit logs

show Show various types of objects

status Show the working tree status

grow, mark and tweak your common history

branch List, create, or delete branches

checkout Switch branches or restore working tree files

commit Record changes to the repository

diff Show changes between commits, commit and working tree

merge Join two or more development histories together

rebase Reapply commits on top of another base tip

tag Create, list, delete or verify a tag object signed wi

collaborate (see also: git help workflows)

fetch Download objects and refs from another repository

pull Fetch from and integrate with another repository or a

push Update remote refs along with associated objects

相关推荐
计算机安禾9 小时前
【数据结构与算法】第44篇:堆(Heap)的实现
c语言·开发语言·数据结构·c++·算法·排序算法·图论
tankeven9 小时前
HJ175 小红的整数配对
c++·算法
ShineWinsu9 小时前
对于Linux:“一切皆文件“以及缓冲区的解析
linux·运维·c++·面试·笔试·缓冲区·一切皆文件
沈跃泉10 小时前
C++串口类实现
c++·windows·串口通信·串口类
red_redemption10 小时前
自由学习记录(165)
学习
信创DevOps先锋10 小时前
Gitee本土化战略深度解析:中国开发者生态的“新基建“ Gitee本土化战略深度解析:中国开发者生态的“新基建“
gitee
jolimark10 小时前
C语言标准与编译器,新手该看哪些?
c语言·开发工具·环境搭建·编译器·新手指南
信创DevOps先锋10 小时前
Gitee:数字化转型浪潮中企业项目管理的战略选择
gitee
智者知已应修善业10 小时前
【51单片机非精准计时2个外部中断启停】2023-5-29
c++·经验分享·笔记·算法·51单片机
沐雪轻挽萤10 小时前
3. C++17新特性-带初始化的 if 和 switch 语句
开发语言·c++