D 2018-08-05T04:05:03.254 L How\sto\sUse\sThis\sRepo U joel W 2761
$PATH
> fossil clone https://username:password@thelocalyarn.com/cgi-bin/code myclone.fossil
> fossil settings autosync 0
> fossil open myclone.fossil
> fossil ui
> fossil pull
autosync
on by default, which means it will sync with the remote repo on every commit. But since you likely won’t have “push” privileges on my repo, it will fail. Turning autosync off will prevent you from having to see it try and fail every time you make a commit.
* There is no “staging” step in Fossil. Doing fossil commit
immediately commits all changes in all tracked files into the repository. If you need to, you can specify which file or files you want to be included in the commit.
* There is no selective “patch committing” in Fossil (i.e., git add -p
in Git), reportedly because it facilitates check-ins of untested code. So, if you’re in the habit of making unrelated edits to code…[https://youtu.be/Ow0lr63y4Mw?t=2m7s|stop it!]
* There is currently no “pull request” functionality in Fossil; users either have commit privileges or they don’t. This is fine for me since I am not interested in pull requests. If you would like to propose a change you can email me a patch.
Z 8cfefecd5c205f1e7602dd7710f3fbdc