Skip to content

ForgeAILab/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

forgeailab-profile

This repo's contents become the ForgeAILab organization profile on GitHub.

The file at profile/README.md is rendered at https://github.com/ForgeAILab.

To publish

  1. Create a repo named .github under the ForgeAILab org (must be public).
  2. Push this folder's contents to it:
cd forgeailab-profile
git init
git add .
git commit -m "Add organization profile README"
git branch -M main
git remote add origin https://github.com/ForgeAILab/.github.git
git push -u origin main

GitHub will pick up profile/README.md automatically and display it at the org page.

Editing

Edit profile/README.md and push. Changes are live as soon as the commit lands on main.

About

ForgeAILab organization profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors