Implement show and cherry-pick
[yap.git] / README
blobea27cbe9b7db81e0a26250e0025647141ba37f8a
1 * Yet Another (Git) Porcelain
2     * Use only git plumbing
3     * Make UI cleanups like eg
4         * --staged instead of --cached
5         * "switch" instead of checkout
6         * show "status" after any modifying command
7         * "add" distinct from "stage"
8             * don't put file in index automatically
9     * New features
10         * Track "local" commits to limit history re-writing
11         * Better SVN workflows
12             * Bring metadata / config over in clone?
13             * Keep metadata out of commit message?
15 TODO:
16     * Commands
17         * push
18         * fetch
19         * merge
20         * resolved
21         * remote (list/create)
22             * -d to remove
23     * Better commit template message
24     * Fixups for running outside root?
25     * Handle unmerged files in status