Select the types of activity you want to include in your feed.
@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.)
hq.recaptime.dev/wiki/Phorge
···2727 - In SVN, this means don't ##commit## until after an idea has been completely
2828 written. All reasonable SVN workflows naturally enforce this.
2929 - In Git, this means squashing checkpoint commits as you go (with ##git commit
3030- --amend##) or before pushing (with ##git rebase -i## or `git merge
3131- --squash`), or having a strict policy where your master/trunk contains only
3030+ --amend##) or before pushing (with ##git rebase -i## or ##git merge
3131+ --squash##), or having a strict policy where your master/trunk contains only
3232 merge commits and each is a merge between the old master and a branch which
3333 represents a single idea. Although this preserves the checkpoint commits
3434 along the branches, you can view master alone as a series of single-idea
+4-4
src/docs/userguide/arcanist_diff.diviner
···161161"Autoclose" in the Repository configuration.)
162162163163If you push to an untracked repository (or `arc` can't figure out that it's
164164-tracked), `arc land`, `arc amend` and `arc commit` will implicitly run `arc
165165-close-revision`.
164164+tracked), `arc land`, `arc amend` and `arc commit` will implicitly run
165165+`arc close-revision`.
166166167167= General Information =
168168···192192 $ arc diff --create # Force "create".
193193 $ arc diff --update <revision> # Force "update".
194194195195-You can figure out what `arc` believes to be in the working copy with `arc
196196-which`.
195195+You can figure out what `arc` believes to be in the working copy with
196196+`arc which`.