Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Grammar tweak in the Fossil vs. Git document. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ce4fb80e868ebd2bbe7e13dc52d13a82 |
User & Date: | wyoung 2018-06-04 12:40:48 |
Context
2018-06-04
| ||
14:00 | More tweaks to the fossil-v-git.wiki document. check-in: 6ae97be7 user: drh tags: trunk | |
12:40 | Grammar tweak in the Fossil vs. Git document. check-in: ce4fb80e user: wyoung tags: trunk | |
12:39 | Fixed an h2 -> h3 header level in the Fossil vs. Git document. check-in: 3b02193a user: wyoung tags: trunk | |
Changes
Changes to www/fossil-v-git.wiki.
300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
<h3>4.2 Features found in Git but missing from Fossil</h3> * <b>Rebase</b> Because of its emphasis on recording history exactly as it happened, rather than as we would have liked it to happen, Fossil deliberately does not provide a "rebase" command. One can rebase manually in Fossil, with sufficient perserverence, but it not something that can be done with a single command. * <b>Push or pull a single branch</b> The [/help?cmd=push|fossil push], [/help?cmd=pull|fossil pull], and [/help?cmd=sync|fossil sync] commands do not provide the capability to push or pull individual branches. Pushing and pulling in Fossil is all or nothing. This is in keeping with Fossil's emphasis on maintaining a complete record and on sharing everything between all developers. |
| |
300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 |
<h3>4.2 Features found in Git but missing from Fossil</h3>
* <b>Rebase</b>
Because of its emphasis on recording history exactly as it happened,
rather than as we would have liked it to happen, Fossil deliberately
does not provide a "rebase" command. One can rebase manually in Fossil,
with sufficient perserverence, but it is not something that can be done with
a single command.
* <b>Push or pull a single branch</b>
The [/help?cmd=push|fossil push], [/help?cmd=pull|fossil pull], and
[/help?cmd=sync|fossil sync] commands do not provide the capability to
push or pull individual branches. Pushing and pulling in Fossil is
all or nothing. This is in keeping with Fossil's emphasis on maintaining
a complete record and on sharing everything between all developers.
|