|
|
|
|
|
by afandian
478 days ago
|
|
Fun idea, but adding and committing is the time when I want to be going slow and paying the most attention! What files did I change, were all the changes on purpose, have I described all of the changes. Buttons for pulling and creating branches would be good though. And break glass to `git reset --hard` would provide some nice ceremony. |
|
I had a serious conversation with him, explaining that I'm not in the habit of telling him how to configure his shell, edit or general work environment. But an alias for `git push -f`, that I cannot condone. When you're doing that, the two seconds it takes to type it out should be rather low on the list of priorities.
So we had a good talk, and he genuinely understood the point I was trying to make. When I was about to leave, he looked at me sheepishly and asked:
"So I guess you want me to remove this one too?"
gacpf - git add . && git commit --amend && git push --force