Last updated
Hi! I'm very new to git, so please pardon my ignorance.
I installed msysgit, and am using git-cmd.bat to run some git commands. I have a certain command that I run often, and so I would like to save a batch file containing it. How can I create a batch file that uses git-cmd.bat to run my one-line git command?
Thanks in advance...