Skip to content

Commit

Permalink
git log -CurrentBranch - Forking Fixes #179
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Oct 5, 2023
2 parents 6bc5c92 + 9db6eb0 commit 92792f5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions docs/Git.SubModule.Status-Extension.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Extensions/Git.SubModule.Status.ugit.extension.ps1
--------------------------------------------------




### Synopsis
Git Submodule Extension



---


### Description

Git Submodule as objects.



---


### Examples
> EXAMPLE 1
```PowerShell
git submodule
```


---


### Syntax
```PowerShell
Extensions/Git.SubModule.Status.ugit.extension.ps1 [<CommonParameters>]
```
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ You might want to try giving some of these a try.
git status | Select-Object -ExpandProperty Untracked
~~~

### Git.SubModule Example 1
### Git.SubModule.Status Example 1


~~~PowerShell
Expand Down Expand Up @@ -449,7 +449,7 @@ Most extensions handle output from a single git command.
* [Git Status](Git.Status-Extension.md)


* [Git SubModule](Git.SubModule-Extension.md)
* [Git SubModule Status](Git.SubModule.Status-Extension.md)



Expand Down

0 comments on commit 92792f5

Please sign in to comment.