Skip to content

ctbautomation/test-repository

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

test-repository

This is a test repository for learning the basics of Git and Github.

cd ~ mkdir test-repository cd test-repository echo "# test-repository" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/ctbenergy/test-repository.git git push -u origin master

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published