Skip to content

ChenlingLu/git_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Git Notebook

Init project

git init

初始化项目

Check status

git status

检查工程状态

track file

git add .

commit file

git commit -m 'comment'

fix a bug

add a feature

Add repo at github

git remote add origin https://github.com/ChenlingLu/git_lab.git

github desktop

It is stupid

add a branch

About

lab fot git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors