1 example for fossil
# Starting A New Project.
fossil init repository_name
# Cloning An Existing Repository
fossil clone url repository_name
# Checking Out A Local Tree
fossil open repository_name
# Checkout between different versions and branches
fossil update
fossil checkout
# Another commands
fossil info
fossil status
fossil changes
fossil diff
fossil timeline
fossil ls
fossil branch