Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 626 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 626 Bytes

TeamBlogList

This repo is serving open source-contrib.github.io repo. When pushing occurs in main branch, the build and delopy action will run.

Contribute Steps

set up

git clone https://github.com/opensource-contrib/TeamBlogList.git

create new branch

git checkout -b <feature/your_branch>

switch directory

cd source/_posts

mkdir and start new archives

touch new.md
open new.md

when you achieved

git add .
git commit -m "feat:xxx/fix:xxx/doc:xxx"
git push origin your branch