mirror of
https://github.com/davidosomething/git-my.git
synced 2026-09-16 01:56:20 -04:00
31 lines
506 B
Markdown
31 lines
506 B
Markdown
# git-my v0.1
|
|
|
|
> Lists (stale) (branches|tags) in the remote named (origin) (where you were
|
|
> the last committer)
|
|
|
|
[Homepage](https://github.com/davidosomething/git-my)
|
|
|
|
## Installation
|
|
|
|
- Add the `git-my` file somewhere in your path, e.g. `/usr/local/bin/`
|
|
|
|
## Usage
|
|
|
|
From command line execute:
|
|
```
|
|
git my
|
|
```
|
|
|
|
## TODO
|
|
- Add options:
|
|
```
|
|
-U|--username="gitconfig user.name"
|
|
-R|--remote=origin
|
|
-T|--tags
|
|
-B|--branches
|
|
-F|--filter=mine,stale
|
|
```
|
|
|
|
Copyright (c) 2015 David O'Trakoun
|
|
|