-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tiago Correia
committed
Apr 12, 2019
1 parent
37e293b
commit bdbce91
Showing
1 changed file
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,25 @@ | ||
## Copy Active Pane Directory to Clipboard | ||
## TortoiseGit 4 fman | ||
|
||
Plugin for [fman.io](https://fman.io) interacts with Tortoise Git. | ||
Plugin for [fman.io](https://fman.io) which interacts with Tortoise Git. It | ||
allows the usage of some very simple commands very quickly on the current | ||
directory. | ||
|
||
### Usage | ||
|
||
The default hot key set is ```<Ctrl+G>```. You can change it by assigning the | ||
command ```list_git_commands``` to a key of your choice. | ||
command ```list_git_commands``` to a key of your choice. Aftwerwards just click | ||
in one of the character depending on the command. | ||
|
||
#### Command | ||
|
||
`List Git Commands` - This will show some commands that will open Tortoise Git | ||
window in the current path in the selected pane. | ||
|
||
So far the git commands available are: | ||
- Add | ||
- Commit | ||
- Log | ||
- Pull | ||
- Push | ||
- **A**dd | ||
- **C**ommit | ||
- **L**og | ||
- **P**ull | ||
- Pu**s**h | ||
|
||
If you want more commands, just create a issue. | ||
If you want more commands, just create a issue or do a pull request. |