Skip to content

greenpine82/sample_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Create new repository GitHub -> Dashboard -> New repository

GitHub -> Profile Menu -> Settings -> Developer Settings -> Personal access tokens -> Tokens (classic) -> check repo option -> generate

git clone
echo "# sample_repo" >> README.md
git add README.md
git commit -m "first commit"
git branch -M main
git push -u origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published