On Mon, Mar 26, 2018 at 06:02:47PM +0000, Agrawal, Ritika wrote:
> Is there a settings file similar to .gitconfig in git that can be
> stored in user's home directory and overrides settings for all the
> fossil clones performed by the user. 
> 

The global settings are saved in ~/.fossil, which is a sqlite
database.

The "fossil set" command can be used with the --global options to set or
modify global settings. If a setting is not set in the repo, the global
setting will be use.

If you type "fossil set" from within a checkout, you will see the list
of possible settings. Options set on the repo will indicate "(local)",
the ones set globally will indicate "(global)".

Type "fossil help set" for more details.

Regards,

-- 
Martin G.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to