Skip to content

Lycoiref/Git-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is a Test File!
Change l

初始化仓库

git init
git add .
git branch -M main
# 添加远端
git remote add origin [email protected]:Lycoiref/Git-Demo.git
git push -u origin master

克隆仓库

git clone ...

切换远端

git remote set-url origin url

About

This is a Demo for Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages