Fix unstage
[yap.git] / README
blob2bd46d17ab6cbf517f044b5c1bec5740dd2a0968
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         * rm
19         * stage (existing files only)
20         * status
21         * unstage
22         * unedit
23         * commit
24         * log
25         * uncommit
26         * branch (list/create branch)
27             * -d to remove
28             * -f to remove leaf branch
29         * switch
30         * push
31         * fetch
32         * merge
33         * resolved
34         * remote (list/create)
35             * -d to remove