Skip to content

Commit 6333759

Browse files
committed
🔥 Removed unused code from pwsh/functions.ps1
1 parent 2453038 commit 6333759

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pwsh/functions.ps1

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -249,22 +249,6 @@ function gss {
249249
# gbs --remotes
250250
}
251251

252-
<#
253-
function gss {
254-
# Fetch git remote
255-
# Print-Green-Underline "Git Remotes:"
256-
Write-Output "`n Git Remotes:`n"
257-
git remote -v
258-
# Print-Green-Underline "Git Status:"
259-
# TODO: Reuse gs function
260-
Write-Output "`n Git Status:`n"
261-
git status
262-
# TODO: Ensure g3l command exists
263-
Write-Output "" # new line
264-
g3l --status
265-
}
266-
#>
267-
268252
# Clone a git repository and cd into the created directory
269253
# https://stackoverflow.com/a/32539370/6346131
270254
function Invoke-GitClone($url) {

0 commit comments

Comments
 (0)