Skip to content

Commit

Permalink
Update concepts_onboarding_checklist.md
Browse files Browse the repository at this point in the history
added steps to this ensures that both the main branch and your latest tag are synchronized in the remote repository.
  • Loading branch information
arajnor99 authored Dec 9, 2024
1 parent abd29a8 commit e6fa94b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions input/pagecontent/concepts_onboarding_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,10 @@ Please be aware that RSA is NOT RECOMMENDED for the DSC and if you want to use R
```
git commit -sm "added all certificates files"
```
- Push changes to the main branch.
```
git push origin main
```
- Create a signed Git tag with a message
```
Expand Down

0 comments on commit e6fa94b

Please sign in to comment.