how to add git alias that will run this command:
git init && git commit --allow-empty --allow-empty-message -m ""
Please define git command:
git config --global alias.empty '........'
You can define the git alias for this command using the following command: