You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try a git shortcut (in my gitconfig) like co for checkout, there are a few problems:
it doesn't perform a checkout
it sets a property called "co" on the current branch
This issue is that I think twig foo to set property "foo" is too implicit - twig set foo would be much clearer, and would allow for helpful error messages and extensions in the root namespace.
The text was updated successfully, but these errors were encountered:
A twig-config-opt-in setting to issue a prompt would work well. I use twig for reading properties exponentially more often than setting them, so that wouldn't be troublesome for me.
When I try a git shortcut (in my gitconfig) like
co
forcheckout
, there are a few problems:This issue is that I think
twig foo
to set property "foo" is too implicit -twig set foo
would be much clearer, and would allow for helpful error messages and extensions in the root namespace.The text was updated successfully, but these errors were encountered: