PsGitShortcuts

1.2.2

Provides some shortcuts for working with Git in powershell

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PsGitShortcuts

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PsGitShortcuts

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Dave Senn. All rights reserved.

Package Details

Author(s)

  • Dave Senn

Tags

Git Shortcuts

Functions

Up CommitAll AddAll CommitCount GetAuthors GitTree GetChangesByAuthor SetUserData SetGitEditor SetGitMergeTool SetGitDiffTool OpenGitConfig PurgeBranches SyncBranch CloseFeature PsGitHelp

PSEditions

Core Desktop

Dependencies

This module has no dependencies.

Release Notes

Initial release.

FileList

  • PsGitShortcuts.nuspec
  • license.txt
  • PsGitShortcuts.psd1
  • PsGitShortcuts.psm1
  • README.md
  • .git\COMMIT_EDITMSG
  • .git\config
  • .git\description
  • .git\HEAD
  • .git\index
  • .git\packed-refs
  • .git\hooks\applypatch-msg.sample
  • .git\hooks\commit-msg.sample
  • .git\hooks\fsmonitor-watchman.sample
  • .git\hooks\post-update.sample
  • .git\hooks\pre-applypatch.sample
  • .git\hooks\pre-commit.sample
  • .git\hooks\pre-push.sample
  • .git\hooks\pre-rebase.sample
  • .git\hooks\pre-receive.sample
  • .git\hooks\prepare-commit-msg.sample
  • .git\hooks\update.sample
  • .git\info\exclude
  • .git\logs\HEAD
  • .git\logs\refs\heads\master
  • .git\logs\refs\remotes\origin\HEAD
  • .git\logs\refs\remotes\origin\master
  • .git\objects\5a\1fc2aa65c690e2f31623b49ec047386448444d
  • .git\objects\5b\bc94dc4d98b31471fae1f25cefda56cf643030
  • .git\objects\f5\c7e66b7e6798a861534a36df842686b72814d9
  • .git\objects\pack\pack-89f68dfcc91a13903333f3ce587373f176b8cfdc.idx
  • .git\objects\pack\pack-89f68dfcc91a13903333f3ce587373f176b8cfdc.pack
  • .git\refs\heads\master
  • .git\refs\remotes\origin\HEAD
  • .git\refs\remotes\origin\master
  • art\GitIcon.svg
  • art\powershell-hero.svg
  • art\PsGitShortcutsIcon.png
  • art\PsGitShortcutsIcon.svg
  • Private\GitHelper.ps1
  • Public\Branch.ps1
  • Public\Config.ps1
  • Public\Help.ps1
  • Public\Log.ps1
  • Public\UpDown.ps1

Version History

Version Downloads Last updated
1.2.2 (current version) 273 10/2/2020
1.2.1 25 7/30/2020
1.2.0 14 7/30/2020
1.1.0 13 7/29/2020
1.0.2 21 7/23/2020
1.0.1 17 7/23/2020
1.0.0 14 7/23/2020
0.0.1-alpha 12 7/23/2020
Show more