Skip to content

bwmarkle/bradm-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

TO CLONE A PROJECT
# git clone <url>


TO CLONE A BRANCH
# git clone <url> -b <branch-name>


MAKE CHANGES AND PUSH
# make changes
# git add <file>
# git commit -m "Note here"
# git push


TO CONTRIBUTE
# fork
# clone
# make changes and push
# submit pull request (via github website)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published