Initial commit
[yap.git] / README
blob06f9ec900272453ba47738900fbdc3cb9fb3f26d
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     * New features
7         * Track "local" commits to limit history re-writing
8         * Better SVN workflows
9             * Bring metadata / config over in clone?
10             * Keep metadata out of commit message?
11     * Commands
12         * clone
13         * init
14         * add (new files only)
15         * stage (existing files only)
16         * unstage
17         * unedit
18         * commit
19         * uncommit
20         * branch (list/create branch)
21             * -d to remove
22             * -f to remove leaf branch
23         * switch
24         * push
25         * fetch
26         * merge
27         * remote (list/create)
28             * -d to remove