-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Brendan Falk edited this page Apr 22, 2021
·
10 revisions
- Tree-ish: List all branches, commit hashes, and tags. Used for
checkout
,push
,pull
and a few other places- https://stackoverflow.com/questions/4044368/what-does-tree-ish-mean-in-git
- This will be a custom generator
- Eventually add ability for
HEAD^
orHEAD~5
too
(Research each of these subcommands, and make sure we have them well supported: ie we have the args mapped out correctly and we have generators for the args we can have generators for)
- commit
- move
-am
into additionalSuggestions - [ ]
- move
- init
- add
- merge
- make sure we support the args!!
- config
- This would be a really good one and pretty doable to offer nice suggestions
- status
- remote
- make sure we support the args
- stash
- pop
- rm
- reset
- revert
- rebase
- Make sure we have the -i option here too
- cherry-pick
- [ ]
- create
--version
- blah