Skip to content

Commit

Permalink
added gists page
Browse files Browse the repository at this point in the history
  • Loading branch information
sj-net committed Aug 8, 2024
1 parent e75f2bf commit e371824
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Run Locally - jekyll serve -l
9 changes: 9 additions & 0 deletions docs/dotnet/unit_tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Unit Tests
parent: .NET
layout: default
grand_parent: My Docs
published: true
---

WIP
15 changes: 0 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,26 +20,11 @@ reportgenerator -reports:$temp_folder\Coverage\coverage.xml -targetdir:$temp_fol
Invoke-Item $temp_folder\Reports\index.html
```


### RoboCopy
---
```powershell
robocopy 'src\' 'dest\' /A-:SH
```

S - exclude system attributes
H - exlude hidden attribute

Note: use `/MIR` with caution. it removes the destination files if they don't exist in source.



### Nuget
---

For pushing a package to private nuget feed.


```powershell
dotnet nuget push --source "<nuget url?" --api-key az <package path> --interactive
```
Expand Down
28 changes: 28 additions & 0 deletions quick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: default
title: Gists
nav_order: 2
description: "My Gists"
permalink: /gists
---


### git
---

``` powershell
git cherry-pick <commit sha>
```

### RoboCopy
---
```powershell
robocopy 'src\' 'dest\' /A-:SH
```

S - exclude system attributes
H - exlude hidden attribute

Note: use `/MIR` with caution. it removes the destination files if they don't exist in source.


0 comments on commit e371824

Please sign in to comment.