Skip to content

doriswang0531/2023-09-06-git_basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

2023-09-06-git_basics

  • `init': turns the current folder (working directory) into a git repository

  • type this once per folder structure

  • `status': tells you what's going on with git in your current repository

  • add <FILE(S): add the files into the staging area

  • commit: commit (i.e., snapshot) the files from the staging area

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published