Archive3 月 2022

Beginner’s Guide to Git

Git入门指南 一、安装Git 要使用Git首先需要进行环境的配置与安装。可以从Git官网直接下载安装程序,地址:,然后按默认选项安装即可。 注意:安装过程中有一步是选择默认主分支,此时有选项让选择master还是main作为默认分支,建议选择main,不再选择默认的master。 安装完成后,进行全局设置: $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com"   二、添加远程库 可以选择两种方案: 本地已存在git项目(即已在本地执行过git init命令的),需要同步至远程服务器(如github)的空白仓库。 从远程库克隆,选择本地要存放仓库的文件夹的母目录,Git Bash执行命令git...

Haosen Yu

Get in touch

School of Electronics and Computer Science
University of Southampton
Southampton
SO17 1BJ
United Kingdom

Visitor Map


This page was last updated in 2024.
HTML validated with no errors.
Image Hosting: Aliyun OSS.
Please report concerns to the webmaster.

error: Content is protected !!