Skip to content

Commit

Permalink
Merge branch 'feat-r1b' into 'main'
Browse files Browse the repository at this point in the history
📝 docs: Update Documentation.

See merge request powershell/commitfusion!3
  • Loading branch information
gsnow committed Dec 3, 2023
2 parents ab88cfb + c7219c0 commit 93b0f38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
git clone /~https://github.com/sgkens/commitfusion.git
cd commitfusion
Import-Module -Name commitfusion
Get-Module -Name CommitFustion
# Check imported Module Functions
Get-Module -Name commitfusion | Select-Object -expand ExportedFunctions
Get-Module -Name commitfusion | select-object version
```

### 💼 Releases
Expand Down

0 comments on commit 93b0f38

Please sign in to comment.