🐞 fix(config): set merge -> true

This commit is contained in:
Eshan Roy
2024-11-19 05:17:03 +05:30
parent 04ae7dfb34
commit 7016e9f2f1

View File

@@ -1,5 +1,8 @@
#!/bin/bash
# Overwrite false (Merge = true)
git config --global pull.rebase false
# Github credential config
git config --global user.email "m.eshanized@gmail.com"