- Notifications
You must be signed in to change notification settings - Fork928
Renametemplate update
totemplate push
#3307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Before, there was a `template edit` AND a `template update`. Thedistinction between both commands was easy to forget. `push` moreclearly indicates that the template's source code is being updated.It is also complimentary to existing `template pull`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Makes sense to me!
sreya commentedAug 1, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@ammario what are you thoughts on setting an alias of |
@sreya since this software is marked as alpha with no compat guarantees I would rather avoid the bloat right now. |
When people start complaining about us breaking things we can reconsider... but let's keep the "move fast and break things" going for now. |
Before, there was a
template edit
AND atemplate update
. Thedistinction between both commands was easy to forget.
push
moreclearly indicates that the template's source code is being updated.
It is also complimentary to existing
template pull
.