Thanks for your feedback!

fossil revert worked as expected! Also fossil "checkout -f
<branch_or_commit_d>" worked too, but usually you don't want to change the
branch, just remove the changes.

I don't except to have all the features of git, since there are a lot of
different concepts going on with fossil. We are using fossil with the team
in one project for the first time. And we are trying to work the fossil way
considering our workflow. So we are learning.
I just added the git commands to easily explain the actions we are trying to
run, otherwise it would be harder, longer to explain. Furthermore it would
be less accurate.
The reason we are looking for those commands is because during our
development workflow we find out we didn't know how to do certain actions we
used to do with You-know-What ( The-Thing-That-Must-Not-Be-Named )

The grep command is a really great deal for us because:
* We use vim and is the fastest way to search on the entire project (think
of a project with 100M+ with binaries and source code and we are not allowed
to change that)
* Is WAY much faster than grep -R
* is more flexible than Ack (considering searching on .wiki, README and any
other file that is not code)


I think is interesting to know how to rollback a commit. I'm used to just
add a new commit removing the changes. That way we keep the history (made a
mistake, fixed the mistake)

Also, What we couldn't find out is how to delete a branch (or at least close
it)

Regards,
Federico Ramallo
_______________________________________________
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