Skip to content

sassy-crick/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

hello-world

Test repository This is a changed Hello-World message! This is a test-version as well. Now we even got a release! This is now the test-branch of the main-branch Lets see how we get on with that.

This is now the testbranch, a new branch The branch was created like this:

$ git clone https://github.com/sassy-crick/hello-world.git
$ cd hello-world/
$ git pull origin main
$ git checkout -b testbranch
$ git branch -a
$ vi README.md 
$ git status
$ git add -A
$ git commit -m "README.md updated"
$ git push origin testbranch

About

Test repository

Resources

Stars

Watchers

Forks

Packages

No packages published