git-from-ui-to-terminal

时间:2024-06-19 14:40:12
【文件属性】:

文件名称:git-from-ui-to-terminal

文件大小:681KB

文件格式:ZIP

更新时间:2024-06-19 14:40:12

HTML

通过示例学习使用 Git 终端 如果您习惯使用 GUI 工具并想学习使用终端工作的基础知识,请继续阅读。 在本自述文件中,您将找到分步指导教程,让您学习如何通过操作来管理终端。 在此 repo 中,您有一个非常简单的项目(一个通过控制台日志显示数字的 Web 项目),我们将提供以下指南: 从头开始重新创建存储库。 提交并推送更改。 创建分支。 合并分支。 解决冲突 我们将使用 git 终端命令来设置和使用 repo。 完成本教程的先决条件: 安装 。 安装 。 用户设置 在开始建立用户名和电子邮件地址之前,这一点很重要,因为此信息将显示在“提交”中。 在Git中设置您的用户名 $ git config --global user.name " Test name " 设置您的电子邮件地址 $ git config --global user.email test@e


【文件预览】:
git-from-ui-to-terminal-master
----.gitignore(38B)
----package.json(563B)
----src()
--------index.js(69B)
--------index.html(108B)
----LICENSE(1KB)
----README_ES.md(27KB)
----README.md(22KB)
----content()
--------git-stash.PNG(29KB)
--------git-revert.png(28KB)
--------git-reset-hard.png(17KB)
--------git-checkout-head.PNG(23KB)
--------after-gitignore-git-status.PNG(19KB)
--------git-reset.png(76KB)
--------git-commit-merge-conflicts.PNG(14KB)
--------git-stash-pop.PNG(30KB)
--------git-checkout-branch.png(144KB)
--------git-commit.PNG(28KB)
--------clone-with-ssh-or-https.png(84KB)
--------git-log.png(29KB)
--------git-staging.PNG(30KB)
--------git-commit-first-change.PNG(19KB)
--------initial-git-status.PNG(22KB)
--------git-mirror.png(3KB)
--------git-merge-branch-display-number-b.PNG(15KB)
--------git-merge-branch-display-number-c-with-conflicts.PNG(16KB)
--------vscode-mergetool.PNG(88KB)
--------git-checkout-b.PNG(14KB)

网友评论