This is where i will share all utils scripts in BASH, PowerShell, Z shell, etc. Feel free to use it for optimize your workflow
- Get the gitconfig.sh and copy paste to your .gitconfig file
- You can access the .gitconfig file by following this path :
C:\Users\UserName
- Once you get the .gitconfig file, copy all aliases in gitconfig.sh to the .gitconfig file after a [alias] tag If you want to use a different alias or your own alias, feel free to change the alias in your file
- Once you configure the .gitconfig file, you are ready to use my little git automation script for your workspace. You have to :
- Copy paste the gitautom.sh (by the way, if you want to rename the file, you can) to your project root
- Add the sh file to your gitignore if you don't want him in your GitHub, GitLab, whatever repository
- Open the Git Bash command prompt and place you in your project folder emplacement
- Use this command
$ bash gitautom.sh
- Get started, get efficient and enjoy the awesomeness of automation