about_FarGit.help.txt

TOPIC
    about_FarGit
 
SHORT DESCRIPTION
    Git tools for Far Manager + PowerShellFar
 
LONG DESCRIPTION
    Import the module and call its commands in PowerShellFar.
    Or add some commands to your Far Manager user menu.
 
    To get the list of available commands, invoke:
 
        ps: Get-Command -Module FarGit
 
USER MENU EXAMPLE
    Branch panel
        ps: Import-Module FarGit; Open-FarGitBranch #
    Stash panel
         ps: Import-Module FarGit; Open-FarGitStash #
    Show help
        ps: Import-Module FarGit; Show-FarGitHelp #
    Show status
         ps: Import-Module FarGit; Show-FarGitStatus #
    Go to root
         ps: Import-Module FarGit; Set-FarGitRoot #
    Edit config
         ps: Import-Module FarGit; Edit-FarGitConfig #
 
    BRANCH
 
    Switch branch
         ps: Import-Module FarGit; Invoke-FarGitCheckoutBranch #
    Create branch
         ps: Import-Module FarGit; Invoke-FarGitBranchCreate #
    Merge branch
         ps: Import-Module FarGit; Invoke-FarGitMergeBranch #
    Delete branch (safe)
         ps: Import-Module FarGit; Invoke-FarGitBranchDelete #
    Delete branch (force)
         ps: Import-Module FarGit; Invoke-FarGitBranchDelete -Force #
    Rename current branch
         ps: Import-Module FarGit; Invoke-FarGitBranchRename #
 
    STASH
 
    Apply stash
         ps: Import-Module FarGit; Invoke-FarGitStashApply #
    Drop stash
         ps: Import-Module FarGit; Invoke-FarGitStashDrop #
    Pop stash
         ps: Import-Module FarGit; Invoke-FarGitStashPop #
 
SEE ALSO
    Release Notes https://github.com/nightroman/FarGit/blob/master/Release-Notes.md