Recently, i am working on fossil and get to know about its commit procedure. Also what is the difference between update and pull command? I am working in trunk branch and willing to get changes from remote repository and push local changes in just one command.
“pull” command will copy changes from the remote repository to the local repository. You could then use “update" to apply these changes to checked out files.