Skip to content

duanzihe/git_student

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

git_student

此仓库用于本人对github的使用学习
首先我将练习最基本的使用流程,以下是如何使用 Git 并通过 GitHub 仓库进行常见操作的基本指南。
这将包括克隆(拉取)仓库、修改文件、增加文件、提交更改、以及创建与合并分支的步骤。
首先检查代理服务器,利用git config修改和自己电脑匹配的ip端口,再利用git clone拉取仓库 (或者用git init新建一个空仓库)

image

接着,创建一个样例文件,利用git add 将文件保存到暂存区,再利用git commit -m “提交信息”将在暂存区中的文件提交到本地仓库(注意,在这一步之前要登录一下github,如下图)
image

现在的话,还需要用命令 $ git remote set-url origin https://[email protected]/duanzihe/rust_study.git

加上令牌再push,如下图

504fda6379adec7e224a71b29c326789

在提交到本地仓库后,再利用git push将本地仓库的更改推送到远程仓库。 为什么要分暂存区,本地仓库,远程仓库三步?

About

此仓库用于本人对github的使用学习

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published