eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

Add kata on aliases #287

Closed pa-lun closed 3 years ago

pa-lun commented 4 years ago

This will be used in the git 1day training

RandomSort commented 3 years ago

hi @pal-pq, I can merge this as-is, or do you want to address the suggestions? :)

pa-lun commented 3 years ago

@RandomSort I agree with you that the function call is a bit on the advanced side of things. My reasoning for putting it there was that it seemed much easier than trying to convey in text that the user should set up an alias exactly matching what ever their git user name is set to. I guess the option otherwise would be to change the exercise to use an other command all together. Do you think we should do that?

RandomSort commented 3 years ago

I have merged the pull request. It is excellent. We can simplify the function call if it turns out it is necessary.