datarockets / dotfiles

Configuration files for zsh, vim, and tmux
MIT License
11 stars 1 forks source link

New get aliases #19

Closed roman-dubrovsky closed 7 years ago

roman-dubrovsky commented 8 years ago

Add aliases for gci -m and gco master

MProG commented 8 years ago

@roman-dubrovsky Alias for alias... I think this not good. And gci != gco

AleksSenkou commented 7 years ago

@roman-dubrovsky I'd not add it too. Too deep nesting. What do you think?

roman-dubrovsky commented 7 years ago

@AleksSenkou 😡 as you want. This will be my personal aliases

AleksSenkou commented 7 years ago

@roman-dubrovsky ok, how would you name them?

dzhlobo commented 7 years ago

Using gci -m is bad practice. You should write good commit messages ;).

ezhlobo commented 7 years ago

@Proghat could you describe what is a good commit message? Do you mean that we always should write commit body?

dzhlobo commented 7 years ago

@ezhlobo, when you always open an editor for commit message it encourages you to think about the body. You may add a link to the task body. You may quickly describe why you did changes in this particular commit. But when you do gci -m you have no opportunity to stop and think about the commit description.

ezhlobo commented 7 years ago

@Proghat interesting point, turned off gcim and will check how it works