We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2453038 commit 6333759Copy full SHA for 6333759
pwsh/functions.ps1
@@ -249,22 +249,6 @@ function gss {
249
# gbs --remotes
250
}
251
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
-
268
# Clone a git repository and cd into the created directory
269
# https://stackoverflow.com/a/32539370/6346131
270
function Invoke-GitClone($url) {
0 commit comments