Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x0st authored Feb 19, 2018
1 parent e82cf36 commit fa94731
Showing 1 changed file with 49 additions and 14 deletions.
63 changes: 49 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ It can:
- switch to a branch if you only remember a part of the full name
- switch to one of branches matching a pattern
- make a commit containing long file names with no need to enter them at all
- fast and easily rebase onto a commit to modify its name or files

```
d - push
Expand All @@ -18,6 +19,7 @@ It can:
s - commit --smart
l - log --pretty
h - checkout --smart
m - modify commit
```

It is hardcoded to work with *origin* only .
Expand Down Expand Up @@ -56,6 +58,7 @@ It is hardcoded to work with *origin* only .
```

### Smart branch switching
The `S`/`s` `W`/`w` keys are available for pagination.
```
d - push
f - push --force
Expand All @@ -66,20 +69,52 @@ It is hardcoded to work with *origin* only .
s - commit --smart
l - log --pretty
h - checkout --smart
Enter a branch name or a part of name: ma
More than one git branch were found.
10 first branches are shown.
Please choose a desired branch.
[0] feature/EGNYTE-20-watermarks-over-documents
[1] master
[2] masterfix/EGNYTE-21-big-files-merge
[3] masterfix/EGNYTE-26
[4] masterfix/EGNYTE-29-big-files-merge
[5] masterfix/EGNYTE-33
[6] masterfix/EGNYTE-41
m - modify commit
Enter a branch name or a part of name: t
More than one git branch were found.
Use the s|S and w|W keys on your keyboard for pagination.
10 first branches are being shown.
Please choose a desired branch.
[0] API-2168-add-merchant-data-to-document
[1] APII-1601-multiple-eventsubs-for-sametype
[2] APII-2156-stripe-integration
[3] APII-2157-extend-api-to-store-new-merchant-acc
[4] APII-2168-payment-request-merchant-info
[5] APII-2169-fix-bug-duplicate-payment
[6] APII-2171-stripe-ach
[7] Improvement_web_2689
[8] Release_2.1.9.64_20140801_hotfix
[9] Release_2.1.9.70_20140807_hotfix
Switched to branch 'feature/EGNYTE-20-watermarks-over-documents'
```

### Commit modification
The `S`/`s` `W`/`w` keys are available for pagination.
```
d - push
f - push --force
p - pull
o - pull --force
c - commit
a - commit --amend
s - commit --smart
l - log --pretty
h - checkout --smart
m - modify commit
[0] b866b85a5 - test commit
[1] 288c39853 - Add new weekly-report-statistic report
[2] cf87c03e1 - added code to support xls and ppt formats
[3] f1f7cc448 - fixed conditionalfields.php
[4] 60c1b46c9 - changed conditional fields'
[5] dd39e20b3 - fixed code to consider tls1.2
[6] 80e8c1881 - bla bla
[7] bb8dd1d15 - fixed function call in expired invite cron
[8] 62eee0417 - fixed function call in expired invite cron
[9] 45ee1676e - Merge branch 'master' into feature-active
```

0 comments on commit fa94731

Please sign in to comment.