Fixup debugging path
[yap.git] / README
blob221ea5d31a8acf0bd5870ca3bbf9d90aa5c1b549
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?
14     * Commands
15         * clone
16         * init
17         * add (new files only)
18         * stage (existing files only)
19         * status
20         * unstage
21         * unedit
22         * commit
23         * log
24         * uncommit
25         * branch (list/create branch)
26             * -d to remove
27             * -f to remove leaf branch
28         * switch
29         * push
30         * fetch
31         * merge
32         * resolved
33         * remote (list/create)
34             * -d to remove