-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_FarGit.help.txt
56 lines (45 loc) · 1.75 KB
/
about_FarGit.help.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
TOPIC
about_FarGit
SHORT DESCRIPTION
Deprecated and replaced by https://github.com/nightroman/FarNet/tree/main/GitKit
LONG DESCRIPTION
Deprecated and replaced by https://github.com/nightroman/FarNet/tree/main/GitKit
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