Skip to content

bodiss/new-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

New Project

This README provides step by step instruction how to set up new github repository called and make first commits.


Instructions

  1. Create a new project directory and initialize git.
  2. Create a public repository on GitHub and connect it with your local project.
  3. Create a README.md file and make the first commit with message init.
  4. Create and switch to a new branch called development.
  5. Update the README.md with setup instructions and commit changes using a Smart Commit message linked to Jira task PROM-42164:
    git commit -m "PROM-42164 #comment Added step by step instructions to README"
  6. Push the development branch to GitHub.
  7. Switch back to the master branch and merge changes from development.
  8. Push the updated main branch to GitHub.
  9. Send link to README.md in text field on platform.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published