Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integração GIT #17

Open
kellerkichel opened this issue Dec 5, 2018 · 1 comment
Open

Integração GIT #17

kellerkichel opened this issue Dec 5, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@kellerkichel
Copy link
Member

Is your feature request related to a problem? Please describe.
O que me diz do CEICOM CLI auxiliar também em nossos commits, merges e etc?

Describe the solution you'd like
Inicialmente criar um padrão de mensagens de commit, simplificando para o usuário a padronização de mensagens e informações.

Ex: Digamos que o padrão de mensagens seja

#1000 - bugfix - oque foi que mudou

sendo respectivamente:

id tarefa - tipo - mensagem

o usuário terá que digitar:

git commit -m "#1000 - bugfix - oque foi que mudou"

o proposito desta feature é detectar automaticamente o nome da branch do usuário e com isso identificar o type e o número, sobrando somente mensagem para inserção.

Ex: A branch local tem o nome de: 1532-feature, o usuário simplesmente digita:

ceicom commit "mensagem commit"

o ceicom cli irá gerar o comando: git commit -m "#1532 - feature - mensagem commit"

@kellerkichel kellerkichel added the enhancement New feature or request label Dec 5, 2018
@kellerkichel
Copy link
Member Author

Segue link que pode "auxiliar" nos padrões:
https://gist.github.com/adeekshith/cd4c95a064977cdc6c50#file-git-commit-template-txt-L13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant